#ACEDB3

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

Shades of Celadon #ACEDB3

Tints of Celadon #ACEDB3

Color information

#ACEDB3 (or 0xACEDB3) is unknown color: approx Celadon. HEX triplet: AC, ED and B3. RGB value is (172,237,179). Sum of RGB (Red+Green+Blue) = 172+237+179=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDB3 is #53124C. Grayscale: #D3D3D3. Windows color (decimal): -5444173 or 11791788. OLE color: 11791788.

HSL color Cylindrical-coordinate representation of color #ACEDB3: hue angle of 126.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDB3 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB172237179-
CMYK0.2700.240.07
HSL126.46º64.36%80.2%-
HSV(B)126.46º27.43%92.94%-
XYZ55.4372.5953.74-
YUV210.95109.97100.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 179 (70.31% from 255) = 30.44%
R=29.25%
G=40.31%
B=30.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371790.2700.240.07126.4664.3680.2
HexACEDB31B01877e4050
Octal254355263330307176100120
Binary10101100111011011011001111011011000111111111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDB3; }

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

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

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

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

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

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

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

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