#ACE0B1

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

Shades of Celadon #ACE0B1

Tints of Celadon #ACE0B1

Color information

#ACE0B1 (or 0xACE0B1) is unknown color: approx Celadon. HEX triplet: AC, E0 and B1. RGB value is (172,224,177). Sum of RGB (Red+Green+Blue) = 172+224+177=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE0B1 is #531F4E. Grayscale: #CBCBCB. Windows color (decimal): -5447503 or 11657388. OLE color: 11657388.

HSL color Cylindrical-coordinate representation of color #ACE0B1: hue angle of 125.77º 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 #ACE0B1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB172224177-
CMYK0.2300.210.12
HSL125.77º45.61%77.65%-
HSV(B)125.77º23.21%87.84%-
XYZ51.665.2651.47-
YUV203.09113.27105.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=30.02%
G=39.09%
B=30.89%

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
Decimal1722241770.2300.210.12125.7745.6177.65
HexACE0B117015C7e2e4e
Octal254340261270251417656116
Binary10101100111000001011000110111010101110011111101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0B1; }

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

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

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

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

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

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

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

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