Html Css Color HEX #AAF9C2 Magic Mint

📋 copy color: '#AAF9C2'

red 170 ◦ green 249 ◦ blue 194

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

Shades of Magic Mint #AAF9C2

Tints of Magic Mint #AAF9C2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.62%

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 27.73%
G = 40.62%
B = 31.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#AAF9C2 (or 0xAAF9C2) is known color: Magic Mint. HEX triplet: AA, F9 and C2. RGB value is (170,249,194). Sum of RGB (Red+Green+Blue) = 170+249+194=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9C2 is #55063D. Grayscale: #DBDBDB. Windows color (decimal): -5572158 or 12777898. OLE color: 12777898.

HSL color Cylindrical-coordinate representation of color #AAF9C2: hue angle of 138.23º degrees, saturation: 0.87, 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 #AAF9C2 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 194 -
CMYK 0.32 0 0.22 0.02
HSL 138.23º 0.87% 0.82% -
HSV(B) 138.23º 0.32% 0.98% -
XYZ 60.19 80.19 63.35 -
YUV 219.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 170 249 194 0.32 0 0.22 0.02 138.23 0.87 0.82
Hex AA F9 C2 20 0 16 2 8A 57 52
Octal 252 371 302 40 0 26 2 212 127 122
Binary 10101010 11111001 11000010 100000 0 10110 10 10001010 1010111 1010010

Color Harmonies of #AAF9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF9C2

Black with #AAF9C2

Text Example


Text Example

White with #AAF9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF9C2; }

 p { color: rgb(170,249,194); }

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

background-color css

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

 a { background-color: rgb(170,249,194); }

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

border-color css

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

 span { border-color: rgb(170,249,194); }

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