#ABFAE6

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

Shades of Water Leaf #ABFAE6

Tints of Water Leaf #ABFAE6

Color information

#ABFAE6 (or 0xABFAE6) is unknown color: approx Water Leaf. HEX triplet: AB, FA and E6. RGB value is (171,250,230). Sum of RGB (Red+Green+Blue) = 171+250+230=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAE6 is #540519. Grayscale: #E0E0E0. Windows color (decimal): -5506330 or 15137451. OLE color: 15137451.

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

Color convert

RGB171250230-
CMYK0.3200.080.02
HSL164.81º88.76%82.55%-
HSV(B)164.81º31.6%98.04%-
XYZ65.2682.7487.39-
YUV224.1131.3390.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.27%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 230 (90.23% from 255) = 35.33%
R=26.27%
G=38.40%
B=35.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712502300.3200.080.02164.8188.7682.55
HexABFAE620082a55953
Octal253372346400102245131123
Binary10101011111110101110011010000001000101010010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAE6; }

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

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

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

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

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

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

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

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