#ACE8AF

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

Shades of Celadon #ACE8AF

Tints of Celadon #ACE8AF

Color information

#ACE8AF (or 0xACE8AF) is unknown color: approx Celadon. HEX triplet: AC, E8 and AF. RGB value is (172,232,175). Sum of RGB (Red+Green+Blue) = 172+232+175=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE8AF is #531750. Grayscale: #CFCFCF. Windows color (decimal): -5445457 or 11528364. OLE color: 11528364.

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

Color convert

RGB172232175-
CMYK0.2600.250.09
HSL123º56.6%79.22%-
HSV(B)123º25.86%90.98%-
XYZ53.6169.5851.16-
YUV207.56109.62102.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 232 (91.02% from 255) = 40.07%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=29.71%
G=40.07%
B=30.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722321750.2600.250.0912356.679.22
HexACE8AF1A01997b394f
Octal254350257320311117371117
Binary10101100111010001010111111010011001100111110111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE8AF; }

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

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

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

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

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

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

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

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