#ABEBE0

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

Shades of Water Leaf #ABEBE0

Tints of Water Leaf #ABEBE0

Color information

#ABEBE0 (or 0xABEBE0) is unknown color: approx Water Leaf. HEX triplet: AB, EB and E0. RGB value is (171,235,224). Sum of RGB (Red+Green+Blue) = 171+235+224=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBE0 is #54141F. Grayscale: #D6D6D6. Windows color (decimal): -5510176 or 14740395. OLE color: 14740395.

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

Color convert

RGB171235224-
CMYK0.2700.050.08
HSL169.69º61.54%79.61%-
HSV(B)169.69º27.23%92.16%-
XYZ59.9673.4681.54-
YUV214.61133.396.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.14%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=27.14%
G=37.30%
B=35.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712352240.2700.050.08169.6961.5479.61
HexABEBE01B058aa3e50
Octal25335334033051025276120
Binary1010101111101011111000001101101011000101010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBE0; }

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

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

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

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

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

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

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

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