Html Css Color HEX #AAEBC7 Magic Mint

📋 copy color: '#AAEBC7'

red 170 ◦ green 235 ◦ blue 199

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

Shades of Magic Mint #AAEBC7

Tints of Magic Mint #AAEBC7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.91%

 BLUE value IS 199 (78.13% from 255) = 32.95%

R = 28.15%
G = 38.91%
B = 32.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#AAEBC7 (or 0xAAEBC7) is known color: Magic Mint. HEX triplet: AA, EB and C7. RGB value is (170,235,199). Sum of RGB (Red+Green+Blue) = 170+235+199=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBC7 is #551438. Grayscale: #D3D3D3. Windows color (decimal): -5575737 or 13101994. OLE color: 13101994.

HSL color Cylindrical-coordinate representation of color #AAEBC7: hue angle of 146.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBC7 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 199 -
CMYK 0.28 0 0.15 0.08
HSL 146.77º 0.62% 0.79% -
HSV(B) 146.77º 0.28% 0.92% -
XYZ 56.59 72.09 64.96 -
YUV 211.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 170 235 199 0.28 0 0.15 0.08 146.77 0.62 0.79
Hex AA EB C7 1C 0 F 8 93 3E 4F
Octal 252 353 307 34 0 17 10 223 76 117
Binary 10101010 11101011 11000111 11100 0 1111 1000 10010011 111110 1001111

Color Harmonies of #AAEBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBC7

Black with #AAEBC7

Text Example


Text Example

White with #AAEBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBC7; }

 p { color: rgb(170,235,199); }

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

background-color css

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

 a { background-color: rgb(170,235,199); }

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

border-color css

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

 span { border-color: rgb(170,235,199); }

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