#ACE8B5

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

Shades of Celadon #ACE8B5

Tints of Celadon #ACE8B5

Color information

#ACE8B5 (or 0xACE8B5) is unknown color: approx Celadon. HEX triplet: AC, E8 and B5. RGB value is (172,232,181). Sum of RGB (Red+Green+Blue) = 172+232+181=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8B5 is #53174A. Grayscale: #D0D0D0. Windows color (decimal): -5445451 or 11921580. OLE color: 11921580.

HSL color Cylindrical-coordinate representation of color #ACE8B5: hue angle of 129º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8B5 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB172232181-
CMYK0.2600.220.09
HSL129º56.6%79.22%-
HSV(B)129º25.86%90.98%-
XYZ54.2169.8254.34-
YUV208.25112.62102.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 232 (91.02% from 255) = 39.66%
BLUE value IS 181 (71.09% from 255) = 30.94%
R=29.40%
G=39.66%
B=30.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722321810.2600.220.0912956.679.22
HexACE8B51A016981394f
Octal254350265320261120171117
Binary101011001110100010110101110100101101001100000011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE8B5; }

 p { color: rgb(172,232,181); }

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

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

 a { background-color: rgb(172,232,181); }

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

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

 span { border-color: rgb(172,232,181); }

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