#ABFAE8

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

Shades of Water Leaf #ABFAE8

Tints of Water Leaf #ABFAE8

Color information

#ABFAE8 (or 0xABFAE8) is unknown color: approx Water Leaf. HEX triplet: AB, FA and E8. RGB value is (171,250,232). Sum of RGB (Red+Green+Blue) = 171+250+232=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAE8 is #540517. Grayscale: #E0E0E0. Windows color (decimal): -5506328 or 15268523. OLE color: 15268523.

HSL color Cylindrical-coordinate representation of color #ABFAE8: hue angle of 166.33º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAE8 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB171250232-
CMYK0.3200.070.02
HSL166.33º88.76%82.55%-
HSV(B)166.33º31.6%98.04%-
XYZ65.5582.8688.88-
YUV224.33132.3389.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.19%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=26.19%
G=38.28%
B=35.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712502320.3200.070.02166.3388.7682.55
HexABFAE820072a65953
Octal25337235040072246131123
Binary1010101111111010111010001000000111101010011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAE8; }

 p { color: rgb(171,250,232); }

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

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

 a { background-color: rgb(171,250,232); }

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

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

 span { border-color: rgb(171,250,232); }

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