#ABEFE4

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

Shades of Water Leaf #ABEFE4

Tints of Water Leaf #ABEFE4

Color information

#ABEFE4 (or 0xABEFE4) is unknown color: approx Water Leaf. HEX triplet: AB, EF and E4. RGB value is (171,239,228). Sum of RGB (Red+Green+Blue) = 171+239+228=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFE4 is #54101B. Grayscale: #D9D9D9. Windows color (decimal): -5509148 or 15003563. OLE color: 15003563.

HSL color Cylindrical-coordinate representation of color #ABEFE4: hue angle of 170.29º 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 #ABEFE4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB171239228-
CMYK0.2800.050.06
HSL170.29º68%80.39%-
HSV(B)170.29º28.45%93.73%-
XYZ61.6675.9984.82-
YUV217.41133.9794.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=26.80%
G=37.46%
B=35.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392280.2800.050.06170.296880.39
HexABEFE41C056aa4450
Octal25335734434056252104120
Binary1010101111101111111001001110001011101010101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFE4; }

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

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

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

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

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

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

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

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