#ABF0E4

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

Shades of Water Leaf #ABF0E4

Tints of Water Leaf #ABF0E4

Color information

#ABF0E4 (or 0xABF0E4) is unknown color: approx Water Leaf. HEX triplet: AB, F0 and E4. RGB value is (171,240,228). Sum of RGB (Red+Green+Blue) = 171+240+228=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0E4 is #540F1B. Grayscale: #D9D9D9. Windows color (decimal): -5508892 or 15003819. OLE color: 15003819.

HSL color Cylindrical-coordinate representation of color #ABF0E4: hue angle of 169.57º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0E4 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB171240228-
CMYK0.2900.050.06
HSL169.57º69.7%80.59%-
HSV(B)169.57º28.75%94.12%-
XYZ61.9676.5884.91-
YUV218133.6494.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 240 (94.14% from 255) = 37.56%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=26.76%
G=37.56%
B=35.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712402280.2900.050.06169.5769.780.59
HexABF0E41D056aa4651
Octal25336034435056252106121
Binary1010101111110000111001001110101011101010101010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF0E4; }

 p { color: rgb(171,240,228); }

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

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

 a { background-color: rgb(171,240,228); }

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

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

 span { border-color: rgb(171,240,228); }

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