#ABFAE9

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

Shades of Water Leaf #ABFAE9

Tints of Water Leaf #ABFAE9

Color information

#ABFAE9 (or 0xABFAE9) is unknown color: approx Water Leaf. HEX triplet: AB, FA and E9. RGB value is (171,250,233). Sum of RGB (Red+Green+Blue) = 171+250+233=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAE9 is #540516. Grayscale: #E0E0E0. Windows color (decimal): -5506327 or 15334059. OLE color: 15334059.

HSL color Cylindrical-coordinate representation of color #ABFAE9: hue angle of 167.09º 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 #ABFAE9 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB171250233-
CMYK0.3200.070.02
HSL167.09º88.76%82.55%-
HSV(B)167.09º31.6%98.04%-
XYZ65.6982.9189.63-
YUV224.44132.8389.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 233 (91.41% from 255) = 35.63%
R=26.15%
G=38.23%
B=35.63%

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
Decimal1712502330.3200.070.02167.0988.7682.55
HexABFAE920072a75953
Octal25337235140072247131123
Binary1010101111111010111010011000000111101010011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAE9; }

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

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

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

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

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

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

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

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