#ACE1B1

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

Shades of Celadon #ACE1B1

Tints of Celadon #ACE1B1

Color information

#ACE1B1 (or 0xACE1B1) is unknown color: approx Celadon. HEX triplet: AC, E1 and B1. RGB value is (172,225,177). Sum of RGB (Red+Green+Blue) = 172+225+177=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE1B1 is #531E4E. Grayscale: #CBCBCB. Windows color (decimal): -5447247 or 11657644. OLE color: 11657644.

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

Color convert

RGB172225177-
CMYK0.2400.210.12
HSL125.66º46.9%77.84%-
HSV(B)125.66º23.56%88.24%-
XYZ51.8765.851.56-
YUV203.68112.94105.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=29.97%
G=39.20%
B=30.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251770.2400.210.12125.6646.977.84
HexACE1B118015C7e2f4e
Octal254341261300251417657116
Binary10101100111000011011000111000010101110011111101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1B1; }

 p { color: rgb(172,225,177); }

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

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

 a { background-color: rgb(172,225,177); }

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

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

 span { border-color: rgb(172,225,177); }

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