#ABEFE0

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

Shades of Water Leaf #ABEFE0

Tints of Water Leaf #ABEFE0

Color information

#ABEFE0 (or 0xABEFE0) is unknown color: approx Water Leaf. HEX triplet: AB, EF and E0. RGB value is (171,239,224). Sum of RGB (Red+Green+Blue) = 171+239+224=634 (83% of max value = 765). Red value is 171 (67.19% from 255 or 26.97% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFE0 is #54101F. Grayscale: #D8D8D8. Windows color (decimal): -5509152 or 14741419. OLE color: 14741419.

HSL color Cylindrical-coordinate representation of color #ABEFE0: hue angle of 166.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFE0 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB171239224-
CMYK0.2800.060.06
HSL166.76º68%80.39%-
HSV(B)166.76º28.45%93.73%-
XYZ61.1275.7781.93-
YUV216.96131.9795.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.97%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=26.97%
G=37.70%
B=35.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392240.2800.060.06166.766880.39
HexABEFE01C066a74450
Octal25335734034066247104120
Binary1010101111101111111000001110001101101010011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFE0; }

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

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

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

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

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

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

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

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