#ABDAB2

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

Shades of Celadon #ABDAB2

Tints of Celadon #ABDAB2

Color information

#ABDAB2 (or 0xABDAB2) is unknown color: approx Celadon. HEX triplet: AB, DA and B2. RGB value is (171,218,178). Sum of RGB (Red+Green+Blue) = 171+218+178=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDAB2 is #54254D. Grayscale: #C7C7C7. Windows color (decimal): -5514574 or 11721387. OLE color: 11721387.

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

Color convert

RGB171218178-
CMYK0.2200.180.15
HSL128.94º38.84%76.27%-
HSV(B)128.94º21.56%85.49%-
XYZ49.962.0251.46-
YUV199.39115.93107.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=30.16%
G=38.45%
B=31.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181780.2200.180.15128.9438.8476.27
HexABDAB216012F81274c
Octal253332262260221720147114
Binary101010111101101010110010101100100101111100000011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAB2; }

 p { color: rgb(171,218,178); }

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

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

 a { background-color: rgb(171,218,178); }

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

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

 span { border-color: rgb(171,218,178); }

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