Html Css Color HEX #AAF0CE Magic Mint

📋 copy color: '#AAF0CE'

red 170 ◦ green 240 ◦ blue 206

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

Shades of Magic Mint #AAF0CE

Tints of Magic Mint #AAF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.96%

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

R = 27.6%
G = 38.96%
B = 33.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#AAF0CE (or 0xAAF0CE) is known color: Magic Mint. HEX triplet: AA, F0 and CE. RGB value is (170,240,206). Sum of RGB (Red+Green+Blue) = 170+240+206=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0CE is #550F31. Grayscale: #D7D7D7. Windows color (decimal): -5574450 or 13562026. OLE color: 13562026.

HSL color Cylindrical-coordinate representation of color #AAF0CE: hue angle of 150.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0CE is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 206 -
CMYK 0.29 0 0.14 0.06
HSL 150.86º 0.7% 0.8% -
HSV(B) 150.86º 0.29% 0.94% -
XYZ 58.88 75.32 69.83 -
YUV 215.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 170 240 206 0.29 0 0.14 0.06 150.86 0.7 0.8
Hex AA F0 CE 1D 0 E 6 97 46 50
Octal 252 360 316 35 0 16 6 227 106 120
Binary 10101010 11110000 11001110 11101 0 1110 110 10010111 1000110 1010000

Color Harmonies of #AAF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0CE

Black with #AAF0CE

Text Example


Text Example

White with #AAF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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