#ACE3B0

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

Shades of Celadon #ACE3B0

Tints of Celadon #ACE3B0

Color information

#ACE3B0 (or 0xACE3B0) is unknown color: approx Celadon. HEX triplet: AC, E3 and B0. RGB value is (172,227,176). Sum of RGB (Red+Green+Blue) = 172+227+176=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE3B0 is #531C4F. Grayscale: #CCCCCC. Windows color (decimal): -5446736 or 11592620. OLE color: 11592620.

HSL color Cylindrical-coordinate representation of color #ACE3B0: hue angle of 124.36º 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 #ACE3B0 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB172227176-
CMYK0.2400.220.11
HSL124.36º49.55%78.24%-
HSV(B)124.36º24.23%89.02%-
XYZ52.3266.8451.22-
YUV204.74111.78104.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 227 (89.06% from 255) = 39.48%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=29.91%
G=39.48%
B=30.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271760.2400.220.11124.3649.5578.24
HexACE3B018016B7c324e
Octal254343260300261317462116
Binary10101100111000111011000011000010110101111111001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3B0; }

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

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

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

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

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

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

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

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