#ACEBB5

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

Shades of Celadon #ACEBB5

Tints of Celadon #ACEBB5

Color information

#ACEBB5 (or 0xACEBB5) is unknown color: approx Celadon. HEX triplet: AC, EB and B5. RGB value is (172,235,181). Sum of RGB (Red+Green+Blue) = 172+235+181=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBB5 is #53144A. Grayscale: #D2D2D2. Windows color (decimal): -5444683 or 11922348. OLE color: 11922348.

HSL color Cylindrical-coordinate representation of color #ACEBB5: hue angle of 128.57º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBB5 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB172235181-
CMYK0.2700.230.08
HSL128.57º61.17%79.8%-
HSV(B)128.57º26.81%92.16%-
XYZ55.0671.5254.62-
YUV210.01111.63100.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=29.25%
G=39.97%
B=30.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351810.2700.230.08128.5761.1779.8
HexACEBB51B0178813d50
Octal254353265330271020175120
Binary101011001110101110110101110110101111000100000011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBB5; }

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

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

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

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

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

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

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

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