Html Css Color HEX #AAE3C6 Magic Mint

📋 copy color: '#AAE3C6'

red 170 ◦ green 227 ◦ blue 198

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

Shades of Magic Mint #AAE3C6

Tints of Magic Mint #AAE3C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.28%

R = 28.57%
G = 38.15%
B = 33.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#AAE3C6 (or 0xAAE3C6) is known color: Magic Mint. HEX triplet: AA, E3 and C6. RGB value is (170,227,198). Sum of RGB (Red+Green+Blue) = 170+227+198=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3C6 is #551C39. Grayscale: #CECECE. Windows color (decimal): -5577786 or 13034410. OLE color: 13034410.

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

Color convert

RGB 170 227 198 -
CMYK 0.25 0 0.13 0.11
HSL 149.47º 0.5% 0.78% -
HSV(B) 149.47º 0.25% 0.89% -
XYZ 54.24 67.56 63.61 -
YUV 206.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 170 227 198 0.25 0 0.13 0.11 149.47 0.5 0.78
Hex AA E3 C6 19 0 D B 95 32 4E
Octal 252 343 306 31 0 15 13 225 62 116
Binary 10101010 11100011 11000110 11001 0 1101 1011 10010101 110010 1001110

Color Harmonies of #AAE3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE3C6

Black with #AAE3C6

Text Example


Text Example

White with #AAE3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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