#ABF5E2

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

Shades of Water Leaf #ABF5E2

Tints of Water Leaf #ABF5E2

Color information

#ABF5E2 (or 0xABF5E2) is unknown color: approx Water Leaf. HEX triplet: AB, F5 and E2. RGB value is (171,245,226). Sum of RGB (Red+Green+Blue) = 171+245+226=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF5E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF5E2 is #540A1D. Grayscale: #DCDCDC. Windows color (decimal): -5507614 or 14874027. OLE color: 14874027.

HSL color Cylindrical-coordinate representation of color #ABF5E2: hue angle of 164.59º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF5E2 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB171245226-
CMYK0.3000.080.04
HSL164.59º78.72%81.57%-
HSV(B)164.59º30.2%96.08%-
XYZ63.1779.4583.96-
YUV220.71130.9892.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 245 (96.09% from 255) = 38.16%
BLUE value IS 226 (88.67% from 255) = 35.20%
R=26.64%
G=38.16%
B=35.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712452260.3000.080.04164.5978.7281.57
HexABF5E21E084a54f52
Octal253365342360104245117122
Binary10101011111101011110001011110010001001010010110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF5E2; }

 p { color: rgb(171,245,226); }

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

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

 a { background-color: rgb(171,245,226); }

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

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

 span { border-color: rgb(171,245,226); }

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