#ABD8B1

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

Shades of Celadon #ABD8B1

Tints of Celadon #ABD8B1

Color information

#ABD8B1 (or 0xABD8B1) is unknown color: approx Celadon. HEX triplet: AB, D8 and B1. RGB value is (171,216,177). Sum of RGB (Red+Green+Blue) = 171+216+177=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD8B1 is #54274E. Grayscale: #C6C6C6. Windows color (decimal): -5515087 or 11655339. OLE color: 11655339.

HSL color Cylindrical-coordinate representation of color #ABD8B1: hue angle of 128º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD8B1 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB171216177-
CMYK0.2100.180.15
HSL128º36.59%75.88%-
HSV(B)128º20.83%84.71%-
XYZ49.2960.9450.76-
YUV198.1116.09108.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 216 (84.77% from 255) = 38.30%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=30.32%
G=38.30%
B=31.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161770.2100.180.1512836.5975.88
HexABD8B115012F80254c
Octal253330261250221720045114
Binary101010111101100010110001101010100101111100000001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD8B1; }

 p { color: rgb(171,216,177); }

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

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

 a { background-color: rgb(171,216,177); }

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

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

 span { border-color: rgb(171,216,177); }

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