Html Css Color HEX #AAE4AC Celadon

📋 copy color: '#AAE4AC'

red 170 ◦ green 228 ◦ blue 172

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

Shades of Celadon #AAE4AC

Tints of Celadon #AAE4AC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40%

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

R = 29.82%
G = 40%
B = 30.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#AAE4AC (or 0xAAE4AC) is known color: Celadon. HEX triplet: AA, E4 and AC. RGB value is (170,228,172). Sum of RGB (Red+Green+Blue) = 170+228+172=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE4AC is #551B53. Grayscale: #CCCCCC. Windows color (decimal): -5577556 or 11330730. OLE color: 11330730.

HSL color Cylindrical-coordinate representation of color #AAE4AC: hue angle of 122.07º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4AC is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 172 -
CMYK 0.25 0 0.25 0.11
HSL 122.07º 0.52% 0.78% -
HSV(B) 122.07º 0.25% 0.89% -
XYZ 51.77 67.01 49.24 -
YUV 204.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 170 228 172 0.25 0 0.25 0.11 122.07 0.52 0.78
Hex AA E4 AC 19 0 19 B 7A 34 4E
Octal 252 344 254 31 0 31 13 172 64 116
Binary 10101010 11100100 10101100 11001 0 11001 1011 1111010 110100 1001110

Color Harmonies of #AAE4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4AC

Black with #AAE4AC

Text Example


Text Example

White with #AAE4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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