#ABF9E4

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

Shades of Water Leaf #ABF9E4

Tints of Water Leaf #ABF9E4

Color information

#ABF9E4 (or 0xABF9E4) is unknown color: approx Water Leaf. HEX triplet: AB, F9 and E4. RGB value is (171,249,228). Sum of RGB (Red+Green+Blue) = 171+249+228=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF9E4 is #54061B. Grayscale: #DFDFDF. Windows color (decimal): -5506588 or 15006123. OLE color: 15006123.

HSL color Cylindrical-coordinate representation of color #ABF9E4: hue angle of 163.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF9E4 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB171249228-
CMYK0.3100.080.02
HSL163.85º86.67%82.35%-
HSV(B)163.85º31.33%97.65%-
XYZ64.6782.0185.82-
YUV223.28130.6690.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.39%
GREEN value IS 249 (97.66% from 255) = 38.43%
BLUE value IS 228 (89.45% from 255) = 35.19%
R=26.39%
G=38.43%
B=35.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712492280.3100.080.02163.8586.6782.35
HexABF9E41F082a45752
Octal253371344370102244127122
Binary1010101111111001111001001111101000101010010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF9E4; }

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

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

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

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

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

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

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

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