#ABEAE0

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

Shades of Water Leaf #ABEAE0

Tints of Water Leaf #ABEAE0

Color information

#ABEAE0 (or 0xABEAE0) is unknown color: approx Water Leaf. HEX triplet: AB, EA and E0. RGB value is (171,234,224). Sum of RGB (Red+Green+Blue) = 171+234+224=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAE0 is #54151F. Grayscale: #D6D6D6. Windows color (decimal): -5510432 or 14740139. OLE color: 14740139.

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

Color convert

RGB171234224-
CMYK0.2700.040.08
HSL170.48º60%79.41%-
HSV(B)170.48º26.92%91.76%-
XYZ59.6772.8981.44-
YUV214.02133.6397.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.19%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=27.19%
G=37.20%
B=35.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712342240.2700.040.08170.486079.41
HexABEAE01B048aa3c4f
Octal25335234033041025274117
Binary1010101111101010111000001101101001000101010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAE0; }

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

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

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

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

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

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

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

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