Html Css Color HEX #AAE6C3 Magic Mint

📋 copy color: '#AAE6C3'

red 170 ◦ green 230 ◦ blue 195

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

Shades of Magic Mint #AAE6C3

Tints of Magic Mint #AAE6C3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.66%

 BLUE value IS 195 (76.56% from 255) = 32.77%

R = 28.57%
G = 38.66%
B = 32.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#AAE6C3 (or 0xAAE6C3) is known color: Magic Mint. HEX triplet: AA, E6 and C3. RGB value is (170,230,195). Sum of RGB (Red+Green+Blue) = 170+230+195=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6C3 is #55193C. Grayscale: #D0D0D0. Windows color (decimal): -5577021 or 12838570. OLE color: 12838570.

HSL color Cylindrical-coordinate representation of color #AAE6C3: hue angle of 145º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6C3 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 195 -
CMYK 0.26 0 0.15 0.10
HSL 145º 0.55% 0.78% -
HSV(B) 145º 0.26% 0.9% -
XYZ 54.72 69.08 62.08 -
YUV 208.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 170 230 195 0.26 0 0.15 0.10 145 0.55 0.78
Hex AA E6 C3 1A 0 F A 91 37 4E
Octal 252 346 303 32 0 17 12 221 67 116
Binary 10101010 11100110 11000011 11010 0 1111 1010 10010001 110111 1001110

Color Harmonies of #AAE6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6C3

Black with #AAE6C3

Text Example


Text Example

White with #AAE6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6C3; }

 p { color: rgb(170,230,195); }

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

background-color css

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

 a { background-color: rgb(170,230,195); }

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

border-color css

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

 span { border-color: rgb(170,230,195); }

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