#ABFAE0

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

Shades of Water Leaf #ABFAE0

Tints of Water Leaf #ABFAE0

Color information

#ABFAE0 (or 0xABFAE0) is unknown color: approx Water Leaf. HEX triplet: AB, FA and E0. RGB value is (171,250,224). Sum of RGB (Red+Green+Blue) = 171+250+224=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAE0 is #54051F. Grayscale: #DFDFDF. Windows color (decimal): -5506336 or 14744235. OLE color: 14744235.

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

Color convert

RGB171250224-
CMYK0.3200.100.02
HSL160.25º88.76%82.55%-
HSV(B)160.25º31.6%98.04%-
XYZ64.4382.4183.03-
YUV223.42128.3390.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.51%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=26.51%
G=38.76%
B=34.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712502240.3200.100.02160.2588.7682.55
HexABFAE0200A2a05953
Octal253372340400122240131123
Binary10101011111110101110000010000001010101010000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAE0; }

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

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

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

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

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

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

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

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