#19AF8E

Color #19AF8E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #19AF8E

Tints of Mountain Meadow #19AF8E

Color information

#19AF8E (or 0x19AF8E) is unknown color: approx Mountain Meadow. HEX triplet: 19, AF and 8E. RGB value is (25,175,142). Sum of RGB (Red+Green+Blue) = 25+175+142=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AF8E is #E65071. Grayscale: #7E7E7E. Windows color (decimal): -15093874 or 9350937. OLE color: 9350937.

HSL color Cylindrical-coordinate representation of color #19AF8E: hue angle of 166.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF8E is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB25175142-
CMYK0.8600.190.31
HSL166.8º75%39.22%-
HSV(B)166.8º85.71%68.63%-
XYZ20.6132.8230.84-
YUV126.39136.855.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 7.31%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=7.31%
G=51.17%
B=41.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251751420.8600.190.31166.87539.22
Hex19AF8E560131Fa74b27
Octal312572161260233724711347
Binary110011010111110001110101011001001111111101001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19AF8E; }

 p { color: rgb(25,175,142); }

 H1.HeaderClassName
 {
   color: #19AF8E;
 }
 .AnyTagClassName
 {
   color: #19AF8E;
 }
</style>
background-color css

<style>
 a { background-color: #19AF8E; }

 a { background-color: rgb(25,175,142); }

 div.DivClassName
 {
   background-color: #19AF8E;
 }
 .BgClassName
 {
   background-color: #19AF8E;
 }
</style>
border-color css

<style>
 span { border-color: #19AF8E; }

 span { border-color: rgb(25,175,142); }

 td.TdClassName
 {
   border-color: #19AF8E;
 }
 .TagClassName
 {
   border-color: #19AF8E;
 }
</style>