#abf9e0

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

Shades of Water Leaf #ABF9E0

Tints of Water Leaf #ABF9E0

Color information

#ABF9E0 (or 0xABF9E0) is unknown color: approx Water Leaf. HEX triplet: AB, F9 and E0. RGB value is (171,249,224). Sum of RGB (Red+Green+Blue) = 171+249+224=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF9E0 is #54061F. Grayscale: #DEDEDE. Windows color (decimal): -5506592 or 14743979. OLE color: 14743979.

HSL color Cylindrical-coordinate representation of color #ABF9E0: hue angle of 160.77º 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 #ABF9E0 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB171249224-
CMYK0.3100.100.02
HSL160.77º86.67%82.35%-
HSV(B)160.77º31.33%97.65%-
XYZ64.1281.7982.93-
YUV222.83128.6691.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.55%
GREEN value IS 249 (97.66% from 255) = 38.66%
BLUE value IS 224 (87.89% from 255) = 34.78%
R=26.55%
G=38.66%
B=34.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712492240.3100.100.02160.7786.6782.35
HexABF9E01F0A2a15752
Octal253371340370122241127122
Binary1010101111111001111000001111101010101010000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abf9e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abf9e0; }

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

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

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

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

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

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

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

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