Html Css Color HEX #AAE1C1 Magic Mint

📋 copy color: '#AAE1C1'

red 170 ◦ green 225 ◦ blue 193

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

Shades of Magic Mint #AAE1C1

Tints of Magic Mint #AAE1C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.82%

R = 28.91%
G = 38.27%
B = 32.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#AAE1C1 (or 0xAAE1C1) is known color: Magic Mint. HEX triplet: AA, E1 and C1. RGB value is (170,225,193). Sum of RGB (Red+Green+Blue) = 170+225+193=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1C1 is #551E3E. Grayscale: #CCCCCC. Windows color (decimal): -5578303 or 12706218. OLE color: 12706218.

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

Color convert

RGB 170 225 193 -
CMYK 0.24 0 0.14 0.12
HSL 145.09º 0.48% 0.77% -
HSV(B) 145.09º 0.24% 0.88% -
XYZ 53.13 66.25 60.44 -
YUV 204.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 170 225 193 0.24 0 0.14 0.12 145.09 0.48 0.77
Hex AA E1 C1 18 0 E C 91 30 4D
Octal 252 341 301 30 0 16 14 221 60 115
Binary 10101010 11100001 11000001 11000 0 1110 1100 10010001 110000 1001101

Color Harmonies of #AAE1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1C1

Black with #AAE1C1

Text Example


Text Example

White with #AAE1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1C1; }

 p { color: rgb(170,225,193); }

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

background-color css

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

 a { background-color: rgb(170,225,193); }

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

border-color css

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

 span { border-color: rgb(170,225,193); }

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