COLOR #199462

HEX: #199462
RGB: (25,148,98)

Color info

#199462 contains mainly green and blue colors. Web safe color of #199462 is #009966 (or #096).

RGB color model

#199462 color RGB value is (25,148,98).

  • red value is 25;
  • green value is 148;
  • blue value is 98.
RGB:
(25,148,98)
(10%,58%,38%)

RGB channels and saturation

R 25 of 255 = 10%
G 148 of 255 = 58%
B 98 of 255 = 38%

25
148
98

R + G + B ~ 35%. #199462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 148 + 98 = 271 (100%)
R 25 of 271 ~ 9.23%
G 148 of 271 ~ 54.61%
B 98 of 271 ~ 36.16%

%54.61
%36.16

CMYK color model

#199462 color CMYK value is (83,0,34,42).

  • cyan value is 83.11%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 41.96%
CMYK:
(83,0,34,42)
C83M0Y34K42 
(83%,0%,34%,42%)
(0.83/0.00/0.34/0.42)	

CMYK percentages

%83.11
%0
%33.78
%41.96

Codes

Color #199462 in popluar color models

199462
RGB2514898
HSL156°71.10%33.92%
HSB/HSV156°83.11%58.04%
CMYK83.11%0.00%33.78%
41.96%

Color #199462 in popluar number systems.

HEX199462
Decimal2514898
Binary11001100101001100010
Octal31224142

Shades and tints

Shades of #199462

#199462
(25,148,98)
#17875A
(23,135,90)
#157A52
(21,122,82)
#136D4A
(19,109,74)
#116042
(17,96,66)
#0F533A
(15,83,58)
#0D4632
(13,70,50)
#0B392A
(11,57,42)
#092C22
(9,44,34)
#071F1A
(7,31,26)
#051212
(5,18,18)
#000000
(0,0,0)

Tints of #199462

#199462
(25,148,98)
#2D9D70
(45,157,112)
#41A67E
(65,166,126)
#55AF8C
(85,175,140)
#69B89A
(105,184,154)
#7DC1A8
(125,193,168)
#91CAB6
(145,202,182)
#A5D3C4
(165,211,196)
#B9DCD2
(185,220,210)
#CDE5E0
(205,229,224)
#E1EEEE
(225,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #199462 color. Also use rgb(25,148,98) instead hex code.

Text Font Color

.myTextColor { color: #199462; }

<p style="color:#199462">This sample text font color is #199462.</p>

This text font color is #199462.


Background Color

.myBgColor { background-color: #199462; }

<div style="background-color:#199462">Inner text</div>

This div background color is #199462.


Border color

.myBorderColor { border: 1px solid #199462; }

<div style="border:3px solid #199462">Div</div>

This div border color is #199462.


Opacity

.myOpacity80 { color: #199462; opacity: 0.8; }

<p style="color:#199462;opacity:0.8;">80%</p>

Text with #199462 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #199462;}

<p style="text-shadow: 3px 3px 1px #199462">Text here.</p>

This text has shadow with #199462 color.

.textShadow {text-shadow: 3px 3px 1px #199462, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #199462, 5px 5px 20px red">Text here.</p>

This text has shadow with #199462 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#199462, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#199462, Direction=45, Strength=4)">Text</p>

This text has shadow with #199462 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #199462;
  -webkit-box-shadow:	1px 1px 3px 2px #199462;
  box-shadow:		1px 1px 3px 2px #199462;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #199462;
-webkit-box-shadow: 1px 1px 3px 2px #199462;
box-shadow:1px 1px 3px 2px #199462;">
Div content here</div>
This div box has shadow with color #199462.

Preview

Color preview on black background

This text has color #199462 on black background.


Color preview on white background

This text has color #199462 on white background.



Black color preview on #199462 background

This text has black color on #199462 background.


White color preview on #199462 background

This text has white color on #199462 background.