Html Css Color HEX #AAF6CC Magic Mint

📋 copy color: '#AAF6CC'

red 170 ◦ green 246 ◦ blue 204

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

Shades of Magic Mint #AAF6CC

Tints of Magic Mint #AAF6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 27.42%
G = 39.68%
B = 32.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#AAF6CC (or 0xAAF6CC) is known color: Magic Mint. HEX triplet: AA, F6 and CC. RGB value is (170,246,204). Sum of RGB (Red+Green+Blue) = 170+246+204=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6CC is #550933. Grayscale: #DADADA. Windows color (decimal): -5572916 or 13432490. OLE color: 13432490.

HSL color Cylindrical-coordinate representation of color #AAF6CC: hue angle of 146.84º 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 #AAF6CC is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 204 -
CMYK 0.31 0 0.17 0.04
HSL 146.84º 0.81% 0.82% -
HSV(B) 146.84º 0.31% 0.96% -
XYZ 60.43 78.82 69.15 -
YUV 218.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 170 246 204 0.31 0 0.17 0.04 146.84 0.81 0.82
Hex AA F6 CC 1F 0 11 4 93 51 52
Octal 252 366 314 37 0 21 4 223 121 122
Binary 10101010 11110110 11001100 11111 0 10001 100 10010011 1010001 1010010

Color Harmonies of #AAF6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF6CC

Black with #AAF6CC

Text Example


Text Example

White with #AAF6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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