Html Css Color HEX #AAE7CB Magic Mint

📋 copy color: '#AAE7CB'

red 170 ◦ green 231 ◦ blue 203

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

Shades of Magic Mint #AAE7CB

Tints of Magic Mint #AAE7CB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.25%

 BLUE value IS 203 (79.69% from 255) = 33.61%

R = 28.15%
G = 38.25%
B = 33.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#AAE7CB (or 0xAAE7CB) is known color: Magic Mint. HEX triplet: AA, E7 and CB. RGB value is (170,231,203). Sum of RGB (Red+Green+Blue) = 170+231+203=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7CB is #551834. Grayscale: #D1D1D1. Windows color (decimal): -5576757 or 13363114. OLE color: 13363114.

HSL color Cylindrical-coordinate representation of color #AAE7CB: hue angle of 152.46º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7CB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 231 203 -
CMYK 0.26 0 0.12 0.09
HSL 152.46º 0.56% 0.79% -
HSV(B) 152.46º 0.26% 0.91% -
XYZ 55.93 70.01 67.07 -
YUV 209.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 170 231 203 0.26 0 0.12 0.09 152.46 0.56 0.79
Hex AA E7 CB 1A 0 C 9 98 38 4F
Octal 252 347 313 32 0 14 11 230 70 117
Binary 10101010 11100111 11001011 11010 0 1100 1001 10011000 111000 1001111

Color Harmonies of #AAE7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7CB

Black with #AAE7CB

Text Example


Text Example

White with #AAE7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7CB; }

 p { color: rgb(170,231,203); }

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

background-color css

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

 a { background-color: rgb(170,231,203); }

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

border-color css

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

 span { border-color: rgb(170,231,203); }

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