COLOR #199F90

HEX: #199F90
RGB: (25,159,144)

Color info

#199F90 contains mainly green and blue colors. Web safe color of #199F90 is #009999 (or #099).

RGB color model

#199F90 color RGB value is (25,159,144).

  • red value is 25;
  • green value is 159;
  • blue value is 144.
RGB:
(25,159,144)
(10%,62%,56%)

RGB channels and saturation

R 25 of 255 = 10%
G 159 of 255 = 62%
B 144 of 255 = 56%

25
159
144

R + G + B ~ 43%. #199F90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 159 + 144 = 328 (100%)
R 25 of 328 ~ 7.62%
G 159 of 328 ~ 48.48%
B 144 of 328 ~ 43.9%

%48.48
%43.9

CMYK color model

#199F90 color CMYK value is (84,0,9,38).

  • cyan value is 84.28%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 37.65%
CMYK:
(84,0,9,38)
C84M0Y9K38 
(84%,0%,9%,38%)
(0.84/0.00/0.09/0.38)	

CMYK percentages

%84.28
%0
%9.43
%37.65

Codes

Color #199F90 in popluar color models

199F90
RGB25159144
HSL173°72.83%36.08%
HSB/HSV173°84.28%62.35%
CMYK84.28%0.00%9.43%
37.65%

Color #199F90 in popluar number systems.

HEX199F90
Decimal25159144
Binary110011001111110010000
Octal31237220

Shades and tints

Shades of #199F90

#199F90
(25,159,144)
#179183
(23,145,131)
#158376
(21,131,118)
#137569
(19,117,105)
#11675C
(17,103,92)
#0F594F
(15,89,79)
#0D4B42
(13,75,66)
#0B3D35
(11,61,53)
#092F28
(9,47,40)
#07211B
(7,33,27)
#05130E
(5,19,14)
#000000
(0,0,0)

Tints of #199F90

#199F90
(25,159,144)
#2DA79A
(45,167,154)
#41AFA4
(65,175,164)
#55B7AE
(85,183,174)
#69BFB8
(105,191,184)
#7DC7C2
(125,199,194)
#91CFCC
(145,207,204)
#A5D7D6
(165,215,214)
#B9DFE0
(185,223,224)
#CDE7EA
(205,231,234)
#E1EFF4
(225,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #199F90 color. Also use rgb(25,159,144) instead hex code.

Text Font Color

.myTextColor { color: #199F90; }

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

This text font color is #199F90.


Background Color

.myBgColor { background-color: #199F90; }

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

This div background color is #199F90.


Border color

.myBorderColor { border: 1px solid #199F90; }

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

This div border color is #199F90.


Opacity

.myOpacity80 { color: #199F90; opacity: 0.8; }

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

Text with #199F90 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 #199F90;}

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

This text has shadow with #199F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199F90 on black background.


Color preview on white background

This text has color #199F90 on white background.



Black color preview on #199F90 background

This text has black color on #199F90 background.


White color preview on #199F90 background

This text has white color on #199F90 background.