#ACDEB3

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

Shades of Celadon #ACDEB3

Tints of Celadon #ACDEB3

Color information

#ACDEB3 (or 0xACDEB3) is unknown color: approx Celadon. HEX triplet: AC, DE and B3. RGB value is (172,222,179). Sum of RGB (Red+Green+Blue) = 172+222+179=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEB3 is #53214C. Grayscale: #CACACA. Windows color (decimal): -5448013 or 11787948. OLE color: 11787948.

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

Color convert

RGB172222179-
CMYK0.2300.190.13
HSL128.4º43.1%77.25%-
HSV(B)128.4º22.52%87.06%-
XYZ51.2764.2752.35-
YUV202.15114.94106.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=30.02%
G=38.74%
B=31.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221790.2300.190.13128.443.177.25
HexACDEB317013D802b4d
Octal254336263270231520053115
Binary101011001101111010110011101110100111101100000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEB3; }

 p { color: rgb(172,222,179); }

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

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

 a { background-color: rgb(172,222,179); }

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

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

 span { border-color: rgb(172,222,179); }

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