Html Css Color HEX #AAF1C6 Magic Mint

📋 copy color: '#AAF1C6'

red 170 ◦ green 241 ◦ blue 198

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

Shades of Magic Mint #AAF1C6

Tints of Magic Mint #AAF1C6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.57%

 BLUE value IS 198 (77.73% from 255) = 32.51%

R = 27.91%
G = 39.57%
B = 32.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#AAF1C6 (or 0xAAF1C6) is known color: Magic Mint. HEX triplet: AA, F1 and C6. RGB value is (170,241,198). Sum of RGB (Red+Green+Blue) = 170+241+198=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1C6 is #550E39. Grayscale: #D6D6D6. Windows color (decimal): -5574202 or 13037994. OLE color: 13037994.

HSL color Cylindrical-coordinate representation of color #AAF1C6: hue angle of 143.66º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1C6 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 198 -
CMYK 0.29 0 0.18 0.05
HSL 143.66º 0.72% 0.81% -
HSV(B) 143.66º 0.29% 0.95% -
XYZ 58.23 75.53 64.94 -
YUV 214.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 170 241 198 0.29 0 0.18 0.05 143.66 0.72 0.81
Hex AA F1 C6 1D 0 12 5 90 48 51
Octal 252 361 306 35 0 22 5 220 110 121
Binary 10101010 11110001 11000110 11101 0 10010 101 10010000 1001000 1010001

Color Harmonies of #AAF1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1C6

Black with #AAF1C6

Text Example


Text Example

White with #AAF1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1C6; }

 p { color: rgb(170,241,198); }

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

background-color css

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

 a { background-color: rgb(170,241,198); }

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

border-color css

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

 span { border-color: rgb(170,241,198); }

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