Html Css Color HEX #AAE8AC Celadon

📋 copy color: '#AAE8AC'

red 170 ◦ green 232 ◦ blue 172

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

Shades of Celadon #AAE8AC

Tints of Celadon #AAE8AC

RGB

 RED value IS 170 (66.8% from 255) = 29.62%

 GREEN value IS 232 (91.02% from 255) = 40.42%

 BLUE value IS 172 (67.58% from 255) = 29.97%

R = 29.62%
G = 40.42%
B = 29.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#AAE8AC (or 0xAAE8AC) is known color: Celadon. HEX triplet: AA, E8 and AC. RGB value is (170,232,172). Sum of RGB (Red+Green+Blue) = 170+232+172=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE8AC is #551753. Grayscale: #CECECE. Windows color (decimal): -5576532 or 11331754. OLE color: 11331754.

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

Color convert

RGB 170 232 172 -
CMYK 0.27 0 0.26 0.09
HSL 121.94º 0.57% 0.79% -
HSV(B) 121.94º 0.27% 0.91% -
XYZ 52.88 69.24 49.61 -
YUV 206.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 170 232 172 0.27 0 0.26 0.09 121.94 0.57 0.79
Hex AA E8 AC 1B 0 1A 9 7A 39 4F
Octal 252 350 254 33 0 32 11 172 71 117
Binary 10101010 11101000 10101100 11011 0 11010 1001 1111010 111001 1001111

Color Harmonies of #AAE8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8AC

Black with #AAE8AC

Text Example


Text Example

White with #AAE8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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