#ABEAE2

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

Shades of Water Leaf #ABEAE2

Tints of Water Leaf #ABEAE2

Color information

#ABEAE2 (or 0xABEAE2) is unknown color: approx Water Leaf. HEX triplet: AB, EA and E2. RGB value is (171,234,226). Sum of RGB (Red+Green+Blue) = 171+234+226=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAE2 is #54151D. Grayscale: #D6D6D6. Windows color (decimal): -5510430 or 14871211. OLE color: 14871211.

HSL color Cylindrical-coordinate representation of color #ABEAE2: hue angle of 172.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAE2 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB171234226-
CMYK0.2700.030.08
HSL172.38º60%79.41%-
HSV(B)172.38º26.92%91.76%-
XYZ59.9472.9982.88-
YUV214.25134.6397.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.10%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 226 (88.67% from 255) = 35.82%
R=27.10%
G=37.08%
B=35.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712342260.2700.030.08172.386079.41
HexABEAE21B038ac3c4f
Octal25335234233031025474117
Binary101010111110101011100010110110111000101011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAE2; }

 p { color: rgb(171,234,226); }

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

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

 a { background-color: rgb(171,234,226); }

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

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

 span { border-color: rgb(171,234,226); }

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