#ABD8AE

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

Shades of Celadon #ABD8AE

Tints of Celadon #ABD8AE

Color information

#ABD8AE (or 0xABD8AE) is unknown color: approx Celadon. HEX triplet: AB, D8 and AE. RGB value is (171,216,174). Sum of RGB (Red+Green+Blue) = 171+216+174=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD8AE is #542751. Grayscale: #C5C5C5. Windows color (decimal): -5515090 or 11458731. OLE color: 11458731.

HSL color Cylindrical-coordinate representation of color #ABD8AE: hue angle of 124º 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 #ABD8AE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB171216174-
CMYK0.2100.190.15
HSL124º36.59%75.88%-
HSV(B)124º20.83%84.71%-
XYZ48.9960.8349.2-
YUV197.76114.59108.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=30.48%
G=38.50%
B=31.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161740.2100.190.1512436.5975.88
HexABD8AE15013F7c254c
Octal253330256250231717445114
Binary10101011110110001010111010101010011111111111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD8AE; }

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

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

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

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

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

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

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

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