Html Css Color HEX #AAE7AC Celadon

📋 copy color: '#AAE7AC'

red 170 ◦ green 231 ◦ blue 172

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

Shades of Celadon #AAE7AC

Tints of Celadon #AAE7AC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.31%

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

R = 29.67%
G = 40.31%
B = 30.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#AAE7AC (or 0xAAE7AC) is known color: Celadon. HEX triplet: AA, E7 and AC. RGB value is (170,231,172). Sum of RGB (Red+Green+Blue) = 170+231+172=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE7AC is #551853. Grayscale: #CECECE. Windows color (decimal): -5576788 or 11331498. OLE color: 11331498.

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

Color convert

RGB 170 231 172 -
CMYK 0.26 0 0.26 0.09
HSL 121.97º 0.56% 0.79% -
HSV(B) 121.97º 0.26% 0.91% -
XYZ 52.6 68.68 49.51 -
YUV 206.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 170 231 172 0.26 0 0.26 0.09 121.97 0.56 0.79
Hex AA E7 AC 1A 0 1A 9 7A 38 4F
Octal 252 347 254 32 0 32 11 172 70 117
Binary 10101010 11100111 10101100 11010 0 11010 1001 1111010 111000 1001111

Color Harmonies of #AAE7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7AC

Black with #AAE7AC

Text Example


Text Example

White with #AAE7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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