#ACEFAE

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

Shades of Celadon #ACEFAE

Tints of Celadon #ACEFAE

Color information

#ACEFAE (or 0xACEFAE) is unknown color: approx Celadon. HEX triplet: AC, EF and AE. RGB value is (172,239,174). Sum of RGB (Red+Green+Blue) = 172+239+174=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEFAE is #531051. Grayscale: #D3D3D3. Windows color (decimal): -5443666 or 11464620. OLE color: 11464620.

HSL color Cylindrical-coordinate representation of color #ACEFAE: hue angle of 121.79º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFAE is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB172239174-
CMYK0.2800.270.06
HSL121.79º67.68%80.59%-
HSV(B)121.79º28.03%93.73%-
XYZ55.5273.5651.32-
YUV211.56106.899.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 239 (93.75% from 255) = 40.85%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=29.40%
G=40.85%
B=29.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722391740.2800.270.06121.7967.6880.59
HexACEFAE1C01B67a4451
Octal254357256340336172104121
Binary10101100111011111010111011100011011110111101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFAE; }

 p { color: rgb(172,239,174); }

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

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

 a { background-color: rgb(172,239,174); }

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

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

 span { border-color: rgb(172,239,174); }

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