#ABEAE1

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

Shades of Water Leaf #ABEAE1

Tints of Water Leaf #ABEAE1

Color information

#ABEAE1 (or 0xABEAE1) is unknown color: approx Water Leaf. HEX triplet: AB, EA and E1. RGB value is (171,234,225). Sum of RGB (Red+Green+Blue) = 171+234+225=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAE1 is #54151E. Grayscale: #D6D6D6. Windows color (decimal): -5510431 or 14805675. OLE color: 14805675.

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

Color convert

RGB171234225-
CMYK0.2700.040.08
HSL171.43º60%79.41%-
HSV(B)171.43º26.92%91.76%-
XYZ59.8172.9482.16-
YUV214.14134.1397.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.14%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 225 (88.28% from 255) = 35.71%
R=27.14%
G=37.14%
B=35.71%

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
Decimal1712342250.2700.040.08171.436079.41
HexABEAE11B048ab3c4f
Octal25335234133041025374117
Binary1010101111101010111000011101101001000101010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAE1; }

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

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

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

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

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

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

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

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