#ACDDB0

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

Shades of Celadon #ACDDB0

Tints of Celadon #ACDDB0

Color information

#ACDDB0 (or 0xACDDB0) is unknown color: approx Celadon. HEX triplet: AC, DD and B0. RGB value is (172,221,176). Sum of RGB (Red+Green+Blue) = 172+221+176=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDB0 is #53224F. Grayscale: #C9C9C9. Windows color (decimal): -5448272 or 11591084. OLE color: 11591084.

HSL color Cylindrical-coordinate representation of color #ACDDB0: hue angle of 124.9º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDB0 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB172221176-
CMYK0.2200.200.13
HSL124.9º41.88%77.06%-
HSV(B)124.9º22.17%86.67%-
XYZ50.7163.6250.68-
YUV201.22113.77107.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=30.23%
G=38.84%
B=30.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211760.2200.200.13124.941.8877.06
HexACDDB016014D7d2a4d
Octal254335260260241517552115
Binary10101100110111011011000010110010100110111111011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDB0; }

 p { color: rgb(172,221,176); }

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

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

 a { background-color: rgb(172,221,176); }

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

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

 span { border-color: rgb(172,221,176); }

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