Html Css Color HEX #AAE3C8 Magic Mint

📋 copy color: '#AAE3C8'

red 170 ◦ green 227 ◦ blue 200

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

Shades of Magic Mint #AAE3C8

Tints of Magic Mint #AAE3C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.5%

R = 28.48%
G = 38.02%
B = 33.5%

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

#AAE3C8 (or 0xAAE3C8) is known color: Magic Mint. HEX triplet: AA, E3 and C8. RGB value is (170,227,200). Sum of RGB (Red+Green+Blue) = 170+227+200=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3C8 is #551C37. Grayscale: #CECECE. Windows color (decimal): -5577784 or 13165482. OLE color: 13165482.

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

Color convert

RGB 170 227 200 -
CMYK 0.25 0 0.12 0.11
HSL 151.58º 0.5% 0.78% -
HSV(B) 151.58º 0.25% 0.89% -
XYZ 54.47 67.65 64.83 -
YUV 206.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 170 227 200 0.25 0 0.12 0.11 151.58 0.5 0.78
Hex AA E3 C8 19 0 C B 98 32 4E
Octal 252 343 310 31 0 14 13 230 62 116
Binary 10101010 11100011 11001000 11001 0 1100 1011 10011000 110010 1001110

Color Harmonies of #AAE3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE3C8

Black with #AAE3C8

Text Example


Text Example

White with #AAE3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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