Html Css Color HEX #AAFACE Magic Mint

📋 copy color: '#AAFACE'

red 170 ◦ green 250 ◦ blue 206

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

Shades of Magic Mint #AAFACE

Tints of Magic Mint #AAFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.94%

 BLUE value IS 206 (80.86% from 255) = 32.91%

R = 27.16%
G = 39.94%
B = 32.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#AAFACE (or 0xAAFACE) is known color: Magic Mint. HEX triplet: AA, FA and CE. RGB value is (170,250,206). Sum of RGB (Red+Green+Blue) = 170+250+206=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACE is #550531. Grayscale: #DDDDDD. Windows color (decimal): -5571890 or 13564586. OLE color: 13564586.

HSL color Cylindrical-coordinate representation of color #AAFACE: hue angle of 147º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFACE is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 206 -
CMYK 0.32 0 0.18 0.02
HSL 147º 0.89% 0.82% -
HSV(B) 147º 0.32% 0.98% -
XYZ 61.9 81.37 70.84 -
YUV 221.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 170 250 206 0.32 0 0.18 0.02 147 0.89 0.82
Hex AA FA CE 20 0 12 2 93 59 52
Octal 252 372 316 40 0 22 2 223 131 122
Binary 10101010 11111010 11001110 100000 0 10010 10 10010011 1011001 1010010

Color Harmonies of #AAFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFACE

Black with #AAFACE

Text Example


Text Example

White with #AAFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFACE; }

 p { color: rgb(170,250,206); }

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

background-color css

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

 a { background-color: rgb(170,250,206); }

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

border-color css

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

 span { border-color: rgb(170,250,206); }

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