#ACEDB1

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

Shades of Celadon #ACEDB1

Tints of Celadon #ACEDB1

Color information

#ACEDB1 (or 0xACEDB1) is unknown color: approx Celadon. HEX triplet: AC, ED and B1. RGB value is (172,237,177). Sum of RGB (Red+Green+Blue) = 172+237+177=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEDB1 is #53124E. Grayscale: #D2D2D2. Windows color (decimal): -5444175 or 11660716. OLE color: 11660716.

HSL color Cylindrical-coordinate representation of color #ACEDB1: hue angle of 124.62º 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 #ACEDB1 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB172237177-
CMYK0.2700.250.07
HSL124.62º64.36%80.2%-
HSV(B)124.62º27.43%92.94%-
XYZ55.2372.5152.68-
YUV210.72108.97100.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 237 (92.97% from 255) = 40.44%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=29.35%
G=40.44%
B=30.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371770.2700.250.07124.6264.3680.2
HexACEDB11B01977d4050
Octal254355261330317175100120
Binary10101100111011011011000111011011001111111110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDB1; }

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

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

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

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

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

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

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

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