Html Css Color HEX #AAF6D6 Magic Mint

📋 copy color: '#AAF6D6'

red 170 ◦ green 246 ◦ blue 214

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

Shades of Magic Mint #AAF6D6

Tints of Magic Mint #AAF6D6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.05%

 BLUE value IS 214 (83.98% from 255) = 33.97%

R = 26.98%
G = 39.05%
B = 33.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#AAF6D6 (or 0xAAF6D6) is known color: Magic Mint. HEX triplet: AA, F6 and D6. RGB value is (170,246,214). Sum of RGB (Red+Green+Blue) = 170+246+214=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6D6 is #550929. Grayscale: #DBDBDB. Windows color (decimal): -5572906 or 14087850. OLE color: 14087850.

HSL color Cylindrical-coordinate representation of color #AAF6D6: hue angle of 154.74º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6D6 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 214 -
CMYK 0.31 0 0.13 0.04
HSL 154.74º 0.81% 0.82% -
HSV(B) 154.74º 0.31% 0.96% -
XYZ 61.67 79.31 75.68 -
YUV 219.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 170 246 214 0.31 0 0.13 0.04 154.74 0.81 0.82
Hex AA F6 D6 1F 0 D 4 9B 51 52
Octal 252 366 326 37 0 15 4 233 121 122
Binary 10101010 11110110 11010110 11111 0 1101 100 10011011 1010001 1010010

Color Harmonies of #AAF6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6D6

Black with #AAF6D6

Text Example


Text Example

White with #AAF6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6D6; }

 p { color: rgb(170,246,214); }

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

background-color css

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

 a { background-color: rgb(170,246,214); }

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

border-color css

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

 span { border-color: rgb(170,246,214); }

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