#ACE0B2

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

Shades of Celadon #ACE0B2

Tints of Celadon #ACE0B2

Color information

#ACE0B2 (or 0xACE0B2) is unknown color: approx Celadon. HEX triplet: AC, E0 and B2. RGB value is (172,224,178). Sum of RGB (Red+Green+Blue) = 172+224+178=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE0B2 is #531F4D. Grayscale: #CBCBCB. Windows color (decimal): -5447502 or 11722924. OLE color: 11722924.

HSL color Cylindrical-coordinate representation of color #ACE0B2: hue angle of 126.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0B2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB172224178-
CMYK0.2300.210.12
HSL126.92º45.61%77.65%-
HSV(B)126.92º23.21%87.84%-
XYZ51.765.352-
YUV203.21113.77105.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 224 (87.89% from 255) = 39.02%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=29.97%
G=39.02%
B=31.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241780.2300.210.12126.9245.6177.65
HexACE0B217015C7f2e4e
Octal254340262270251417756116
Binary10101100111000001011001010111010101110011111111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0B2; }

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

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

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

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

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

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

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

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