#ABF7E1

Color #ABF7E1 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ABF7E1

Tints of Water Leaf #ABF7E1

Color information

#ABF7E1 (or 0xABF7E1) is unknown color: approx Water Leaf. HEX triplet: AB, F7 and E1. RGB value is (171,247,225). Sum of RGB (Red+Green+Blue) = 171+247+225=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF7E1 is #54081E. Grayscale: #DDDDDD. Windows color (decimal): -5507103 or 14809003. OLE color: 14809003.

HSL color Cylindrical-coordinate representation of color #ABF7E1: hue angle of 162.63º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF7E1 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB171247225-
CMYK0.3100.090.03
HSL162.63º82.61%81.96%-
HSV(B)162.63º30.77%96.86%-
XYZ63.6580.6283.44-
YUV221.77129.8291.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.59%
GREEN value IS 247 (96.88% from 255) = 38.41%
BLUE value IS 225 (88.28% from 255) = 34.99%
R=26.59%
G=38.41%
B=34.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712472250.3100.090.03162.6382.6181.96
HexABF7E11F093a35352
Octal253367341370113243123122
Binary1010101111110111111000011111101001111010001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF7E1; }

 p { color: rgb(171,247,225); }

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

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

 a { background-color: rgb(171,247,225); }

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

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

 span { border-color: rgb(171,247,225); }

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