#ACEAB5

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

Shades of Celadon #ACEAB5

Tints of Celadon #ACEAB5

Color information

#ACEAB5 (or 0xACEAB5) is unknown color: approx Celadon. HEX triplet: AC, EA and B5. RGB value is (172,234,181). Sum of RGB (Red+Green+Blue) = 172+234+181=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAB5 is #53154A. Grayscale: #D1D1D1. Windows color (decimal): -5444939 or 11922092. OLE color: 11922092.

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

Color convert

RGB172234181-
CMYK0.2600.230.08
HSL128.71º59.62%79.61%-
HSV(B)128.71º26.5%91.76%-
XYZ54.7870.9554.52-
YUV209.42111.96101.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 181 (71.09% from 255) = 30.83%
R=29.30%
G=39.86%
B=30.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722341810.2600.230.08128.7159.6279.61
HexACEAB51A0178813c50
Octal254352265320271020174120
Binary101011001110101010110101110100101111000100000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAB5; }

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

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

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

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

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

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

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

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