Html Css Color HEX #AAE3C3 Magic Mint

📋 copy color: '#AAE3C3'

red 170 ◦ green 227 ◦ blue 195

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

Shades of Magic Mint #AAE3C3

Tints of Magic Mint #AAE3C3

RGB

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

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

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

R = 28.72%
G = 38.34%
B = 32.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#AAE3C3 (or 0xAAE3C3) is known color: Magic Mint. HEX triplet: AA, E3 and C3. RGB value is (170,227,195). Sum of RGB (Red+Green+Blue) = 170+227+195=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3C3 is #551C3C. Grayscale: #CECECE. Windows color (decimal): -5577789 or 12837802. OLE color: 12837802.

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

Color convert

RGB 170 227 195 -
CMYK 0.25 0 0.14 0.11
HSL 146.32º 0.5% 0.78% -
HSV(B) 146.32º 0.25% 0.89% -
XYZ 53.9 67.42 61.8 -
YUV 206.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 170 227 195 0.25 0 0.14 0.11 146.32 0.5 0.78
Hex AA E3 C3 19 0 E B 92 32 4E
Octal 252 343 303 31 0 16 13 222 62 116
Binary 10101010 11100011 11000011 11001 0 1110 1011 10010010 110010 1001110

Color Harmonies of #AAE3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE3C3

Black with #AAE3C3

Text Example


Text Example

White with #AAE3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE3C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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