#ACDCB1

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

Shades of Celadon #ACDCB1

Tints of Celadon #ACDCB1

Color information

#ACDCB1 (or 0xACDCB1) is unknown color: approx Celadon. HEX triplet: AC, DC and B1. RGB value is (172,220,177). Sum of RGB (Red+Green+Blue) = 172+220+177=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCB1 is #53234E. Grayscale: #C8C8C8. Windows color (decimal): -5448527 or 11656364. OLE color: 11656364.

HSL color Cylindrical-coordinate representation of color #ACDCB1: hue angle of 126.25º 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 #ACDCB1 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB172220177-
CMYK0.2200.200.14
HSL126.25º40.68%76.86%-
HSV(B)126.25º21.82%86.27%-
XYZ50.5463.1351.12-
YUV200.75114.6107.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=30.23%
G=38.66%
B=31.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201770.2200.200.14126.2540.6876.86
HexACDCB116014E7e294d
Octal254334261260241617651115
Binary10101100110111001011000110110010100111011111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCB1; }

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

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

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

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

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

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

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

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