#ABFAE1

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

Shades of Water Leaf #ABFAE1

Tints of Water Leaf #ABFAE1

Color information

#ABFAE1 (or 0xABFAE1) is unknown color: approx Water Leaf. HEX triplet: AB, FA and E1. RGB value is (171,250,225). Sum of RGB (Red+Green+Blue) = 171+250+225=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAE1 is #54051E. Grayscale: #DFDFDF. Windows color (decimal): -5506335 or 14809771. OLE color: 14809771.

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

Color convert

RGB171250225-
CMYK0.3200.100.02
HSL161.01º88.76%82.55%-
HSV(B)161.01º31.6%98.04%-
XYZ64.5782.4783.75-
YUV223.53128.8390.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.47%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=26.47%
G=38.70%
B=34.83%

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
Decimal1712502250.3200.100.02161.0188.7682.55
HexABFAE1200A2a15953
Octal253372341400122241131123
Binary10101011111110101110000110000001010101010000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAE1; }

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

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

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

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

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

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

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

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