Html Css Color HEX #AAE3C7 Magic Mint

📋 copy color: '#AAE3C7'

red 170 ◦ green 227 ◦ blue 199

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

Shades of Magic Mint #AAE3C7

Tints of Magic Mint #AAE3C7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.09%

 BLUE value IS 199 (78.13% from 255) = 33.39%

R = 28.52%
G = 38.09%
B = 33.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#AAE3C7 (or 0xAAE3C7) is known color: Magic Mint. HEX triplet: AA, E3 and C7. RGB value is (170,227,199). Sum of RGB (Red+Green+Blue) = 170+227+199=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3C7 is #551C38. Grayscale: #CECECE. Windows color (decimal): -5577785 or 13099946. OLE color: 13099946.

HSL color Cylindrical-coordinate representation of color #AAE3C7: hue angle of 150.53º degrees, saturation: 0.5, 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 #AAE3C7 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 199 -
CMYK 0.25 0 0.12 0.11
HSL 150.53º 0.5% 0.78% -
HSV(B) 150.53º 0.25% 0.89% -
XYZ 54.36 67.61 64.22 -
YUV 206.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 170 227 199 0.25 0 0.12 0.11 150.53 0.5 0.78
Hex AA E3 C7 19 0 C B 97 32 4E
Octal 252 343 307 31 0 14 13 227 62 116
Binary 10101010 11100011 11000111 11001 0 1100 1011 10010111 110010 1001110

Color Harmonies of #AAE3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE3C7

Black with #AAE3C7

Text Example


Text Example

White with #AAE3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE3C7; }

 p { color: rgb(170,227,199); }

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

background-color css

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

 a { background-color: rgb(170,227,199); }

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

border-color css

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

 span { border-color: rgb(170,227,199); }

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