Html Css Color HEX #AAE3CD Magic Mint

📋 copy color: '#AAE3CD'

red 170 ◦ green 227 ◦ blue 205

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

Shades of Magic Mint #AAE3CD

Tints of Magic Mint #AAE3CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 28.24%
G = 37.71%
B = 34.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#AAE3CD (or 0xAAE3CD) is known color: Magic Mint. HEX triplet: AA, E3 and CD. RGB value is (170,227,205). Sum of RGB (Red+Green+Blue) = 170+227+205=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3CD is #551C32. Grayscale: #CFCFCF. Windows color (decimal): -5577779 or 13493162. OLE color: 13493162.

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

Color convert

RGB 170 227 205 -
CMYK 0.25 0 0.10 0.11
HSL 156.84º 0.5% 0.78% -
HSV(B) 156.84º 0.25% 0.89% -
XYZ 55.07 67.89 67.96 -
YUV 207.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 170 227 205 0.25 0 0.10 0.11 156.84 0.5 0.78
Hex AA E3 CD 19 0 A B 9D 32 4E
Octal 252 343 315 31 0 12 13 235 62 116
Binary 10101010 11100011 11001101 11001 0 1010 1011 10011101 110010 1001110

Color Harmonies of #AAE3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE3CD

Black with #AAE3CD

Text Example


Text Example

White with #AAE3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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