#ABD6B0

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

Shades of Celadon #ABD6B0

Tints of Celadon #ABD6B0

Color information

#ABD6B0 (or 0xABD6B0) is unknown color: approx Celadon. HEX triplet: AB, D6 and B0. RGB value is (171,214,176). Sum of RGB (Red+Green+Blue) = 171+214+176=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD6B0 is #54294F. Grayscale: #C4C4C4. Windows color (decimal): -5515600 or 11589291. OLE color: 11589291.

HSL color Cylindrical-coordinate representation of color #ABD6B0: hue angle of 126.98º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6B0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB171214176-
CMYK0.2000.180.16
HSL126.98º34.4%75.49%-
HSV(B)126.98º20.09%83.92%-
XYZ48.6859.8950.07-
YUV196.81116.25109.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=30.48%
G=38.15%
B=31.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141760.2000.180.16126.9834.475.49
HexABD6B014012107f224b
Octal253326260240222017742113
Binary101010111101011010110000101000100101000011111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6B0; }

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

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

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

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

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

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

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

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