#ABDEB0

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

Shades of Celadon #ABDEB0

Tints of Celadon #ABDEB0

Color information

#ABDEB0 (or 0xABDEB0) is unknown color: approx Celadon. HEX triplet: AB, DE and B0. RGB value is (171,222,176). Sum of RGB (Red+Green+Blue) = 171+222+176=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDEB0 is #54214F. Grayscale: #C9C9C9. Windows color (decimal): -5513552 or 11591339. OLE color: 11591339.

HSL color Cylindrical-coordinate representation of color #ABDEB0: hue angle of 125.88º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDEB0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB171222176-
CMYK0.2300.210.13
HSL125.88º43.59%77.06%-
HSV(B)125.88º22.97%87.06%-
XYZ50.7564.0450.76-
YUV201.51113.6106.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 222 (87.11% from 255) = 39.02%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=30.05%
G=39.02%
B=30.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712221760.2300.210.13125.8843.5977.06
HexABDEB017015D7e2c4d
Octal253336260270251517654115
Binary10101011110111101011000010111010101110111111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDEB0; }

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

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

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

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

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

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

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

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