#ACDCB0

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

Shades of Celadon #ACDCB0

Tints of Celadon #ACDCB0

Color information

#ACDCB0 (or 0xACDCB0) is unknown color: approx Celadon. HEX triplet: AC, DC and B0. RGB value is (172,220,176). Sum of RGB (Red+Green+Blue) = 172+220+176=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCB0 is #53234F. Grayscale: #C8C8C8. Windows color (decimal): -5448528 or 11590828. OLE color: 11590828.

HSL color Cylindrical-coordinate representation of color #ACDCB0: hue angle of 125º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCB0 is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB172220176-
CMYK0.2200.20.14
HSL125º40.68%76.86%-
HSV(B)125º21.82%86.27%-
XYZ50.4463.0950.59-
YUV200.63114.1107.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=30.28%
G=38.73%
B=30.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201760.2200.20.1412540.6876.86
HexACDCB016014E7d294d
Octal254334260260241617551115
Binary10101100110111001011000010110010100111011111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCB0; }

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

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

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

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

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

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

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

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