#ABF9B0

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

Shades of Celadon #ABF9B0

Tints of Celadon #ABF9B0

Color information

#ABF9B0 (or 0xABF9B0) is unknown color: approx Celadon. HEX triplet: AB, F9 and B0. RGB value is (171,249,176). Sum of RGB (Red+Green+Blue) = 171+249+176=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF9B0 is #54064F. Grayscale: #D9D9D9. Windows color (decimal): -5506640 or 11598251. OLE color: 11598251.

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

Color convert

RGB171249176-
CMYK0.3100.290.02
HSL123.85º86.67%82.35%-
HSV(B)123.85º31.33%97.65%-
XYZ58.5179.5453.34-
YUV217.36104.6694.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 176 (69.14% from 255) = 29.53%
R=28.69%
G=41.78%
B=29.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712491760.3100.290.02123.8586.6782.35
HexABF9B01F01D27c5752
Octal253371260370352174127122
Binary1010101111111001101100001111101110110111110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF9B0; }

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

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

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

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

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

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

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

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