Html Css Color HEX #ACE1AE Celadon

📋 copy color: '#ACE1AE'

red 172 ◦ green 225 ◦ blue 174

#ACE1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #ACE1AE

Tints of Celadon #ACE1AE

RGB

 RED value IS 172 (67.58% from 255) = 30.12%

 GREEN value IS 225 (88.28% from 255) = 39.4%

 BLUE value IS 174 (68.36% from 255) = 30.47%

R = 30.12%
G = 39.4%
B = 30.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#ACE1AE (or 0xACE1AE) is known color: Celadon. HEX triplet: AC, E1 and AE. RGB value is (172,225,174). Sum of RGB (Red+Green+Blue) = 172+225+174=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE1AE is #531E51. Grayscale: #CBCBCB. Windows color (decimal): -5447250 or 11461036. OLE color: 11461036.

HSL color Cylindrical-coordinate representation of color #ACE1AE: hue angle of 122.26º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1AE is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 174 -
CMYK 0.24 0 0.23 0.12
HSL 122.26º 0.47% 0.78% -
HSV(B) 122.26º 0.24% 0.88% -
XYZ 51.58 65.68 50 -
YUV 203.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 172 225 174 0.24 0 0.23 0.12 122.26 0.47 0.78
Hex AC E1 AE 18 0 17 C 7A 2F 4E
Octal 254 341 256 30 0 27 14 172 57 116
Binary 10101100 11100001 10101110 11000 0 10111 1100 1111010 101111 1001110

Color Harmonies of #ACE1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1AE

Black with #ACE1AE

Text Example


Text Example

White with #ACE1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1AE; }

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

 H1.HeaderClassName
 {
   color: #ACE1AE;
 }
 .AnyTagClassName
 {
   color: #ACE1AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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