#ABF9DF

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

Shades of Water Leaf #ABF9DF

Tints of Water Leaf #ABF9DF

Color information

#ABF9DF (or 0xABF9DF) is unknown color: approx Water Leaf. HEX triplet: AB, F9 and DF. RGB value is (171,249,223). Sum of RGB (Red+Green+Blue) = 171+249+223=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF9DF is #540620. Grayscale: #DEDEDE. Windows color (decimal): -5506593 or 14678443. OLE color: 14678443.

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

Color convert

RGB171249223-
CMYK0.3100.100.02
HSL160º86.67%82.35%-
HSV(B)160º31.33%97.65%-
XYZ63.9981.7482.22-
YUV222.71128.1691.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.59%
GREEN value IS 249 (97.66% from 255) = 38.72%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=26.59%
G=38.72%
B=34.68%

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
Decimal1712492230.3100.100.0216086.6782.35
HexABF9DF1F0A2a05752
Octal253371337370122240127122
Binary1010101111111001110111111111101010101010000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF9DF; }

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

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

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

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

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

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

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

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