#ace8b2

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

Shades of Celadon #ACE8B2

Tints of Celadon #ACE8B2

Color information

#ACE8B2 (or 0xACE8B2) is unknown color: approx Celadon. HEX triplet: AC, E8 and B2. RGB value is (172,232,178). Sum of RGB (Red+Green+Blue) = 172+232+178=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE8B2 is #53174D. Grayscale: #D0D0D0. Windows color (decimal): -5445454 or 11724972. OLE color: 11724972.

HSL color Cylindrical-coordinate representation of color #ACE8B2: hue angle of 126º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8B2 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB172232178-
CMYK0.2600.230.09
HSL126º56.6%79.22%-
HSV(B)126º25.86%90.98%-
XYZ53.9169.752.73-
YUV207.9111.12102.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 232 (91.02% from 255) = 39.86%
BLUE value IS 178 (69.92% from 255) = 30.58%
R=29.55%
G=39.86%
B=30.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722321780.2600.230.0912656.679.22
HexACE8B21A01797e394f
Octal254350262320271117671117
Binary10101100111010001011001011010010111100111111101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ace8b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ace8b2; }

 p { color: rgb(172,232,178); }

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

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

 a { background-color: rgb(172,232,178); }

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

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

 span { border-color: rgb(172,232,178); }

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