Html Css Color HEX #AAECC9 Magic Mint

📋 copy color: '#AAECC9'

red 170 ◦ green 236 ◦ blue 201

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

Shades of Magic Mint #AAECC9

Tints of Magic Mint #AAECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.88%

 BLUE value IS 201 (78.91% from 255) = 33.11%

R = 28.01%
G = 38.88%
B = 33.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#AAECC9 (or 0xAAECC9) is known color: Magic Mint. HEX triplet: AA, EC and C9. RGB value is (170,236,201). Sum of RGB (Red+Green+Blue) = 170+236+201=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC9 is #551336. Grayscale: #D4D4D4. Windows color (decimal): -5575479 or 13233322. OLE color: 13233322.

HSL color Cylindrical-coordinate representation of color #AAECC9: hue angle of 148.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECC9 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 201 -
CMYK 0.28 0 0.15 0.07
HSL 148.18º 0.63% 0.8% -
HSV(B) 148.18º 0.28% 0.93% -
XYZ 57.12 72.75 66.29 -
YUV 212.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 170 236 201 0.28 0 0.15 0.07 148.18 0.63 0.8
Hex AA EC C9 1C 0 F 7 94 3F 50
Octal 252 354 311 34 0 17 7 224 77 120
Binary 10101010 11101100 11001001 11100 0 1111 111 10010100 111111 1010000

Color Harmonies of #AAECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECC9

Black with #AAECC9

Text Example


Text Example

White with #AAECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECC9; }

 p { color: rgb(170,236,201); }

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

background-color css

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

 a { background-color: rgb(170,236,201); }

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

border-color css

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

 span { border-color: rgb(170,236,201); }

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