#ACEDB0

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

Shades of Celadon #ACEDB0

Tints of Celadon #ACEDB0

Color information

#ACEDB0 (or 0xACEDB0) is unknown color: approx Celadon. HEX triplet: AC, ED and B0. RGB value is (172,237,176). Sum of RGB (Red+Green+Blue) = 172+237+176=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEDB0 is #53124F. Grayscale: #D2D2D2. Windows color (decimal): -5444176 or 11595180. OLE color: 11595180.

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

Color convert

RGB172237176-
CMYK0.2700.260.07
HSL123.69º64.36%80.2%-
HSV(B)123.69º27.43%92.94%-
XYZ55.1372.4752.16-
YUV210.61108.47100.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=29.40%
G=40.51%
B=30.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371760.2700.260.07123.6964.3680.2
HexACEDB01B01A77c4050
Octal254355260330327174100120
Binary10101100111011011011000011011011010111111110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDB0; }

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

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

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

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

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

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

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

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