#ACDAB2

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

Shades of Celadon #ACDAB2

Tints of Celadon #ACDAB2

Color information

#ACDAB2 (or 0xACDAB2) is unknown color: approx Celadon. HEX triplet: AC, DA and B2. RGB value is (172,218,178). Sum of RGB (Red+Green+Blue) = 172+218+178=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDAB2 is #53254D. Grayscale: #C7C7C7. Windows color (decimal): -5449038 or 11721388. OLE color: 11721388.

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

Color convert

RGB172218178-
CMYK0.2100.180.15
HSL127.83º38.33%76.47%-
HSV(B)127.83º21.1%85.49%-
XYZ50.1262.1351.47-
YUV199.69115.76108.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=30.28%
G=38.38%
B=31.34%

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
Decimal1722181780.2100.180.15127.8338.3376.47
HexACDAB215012F80264c
Octal254332262250221720046114
Binary101011001101101010110010101010100101111100000001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAB2; }

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

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

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

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

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

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

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

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