#ACE3B3

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

Shades of Celadon #ACE3B3

Tints of Celadon #ACE3B3

Color information

#ACE3B3 (or 0xACE3B3) is unknown color: approx Celadon. HEX triplet: AC, E3 and B3. RGB value is (172,227,179). Sum of RGB (Red+Green+Blue) = 172+227+179=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3B3 is #531C4C. Grayscale: #CDCDCD. Windows color (decimal): -5446733 or 11789228. OLE color: 11789228.

HSL color Cylindrical-coordinate representation of color #ACE3B3: hue angle of 127.64º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE3B3 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB172227179-
CMYK0.2400.210.11
HSL127.64º49.55%78.24%-
HSV(B)127.64º24.23%89.02%-
XYZ52.6266.9652.8-
YUV205.08113.28104.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 227 (89.06% from 255) = 39.27%
BLUE value IS 179 (70.31% from 255) = 30.97%
R=29.76%
G=39.27%
B=30.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271790.2400.210.11127.6449.5578.24
HexACE3B318015B80324e
Octal254343263300251320062116
Binary101011001110001110110011110000101011011100000001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3B3; }

 p { color: rgb(172,227,179); }

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

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

 a { background-color: rgb(172,227,179); }

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

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

 span { border-color: rgb(172,227,179); }

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