Html Css Color HEX #AAFCC2 Magic Mint

📋 copy color: '#AAFCC2'

red 170 ◦ green 252 ◦ blue 194

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

Shades of Magic Mint #AAFCC2

Tints of Magic Mint #AAFCC2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.91%

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

R = 27.6%
G = 40.91%
B = 31.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#AAFCC2 (or 0xAAFCC2) is known color: Magic Mint. HEX triplet: AA, FC and C2. RGB value is (170,252,194). Sum of RGB (Red+Green+Blue) = 170+252+194=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCC2 is #55033D. Grayscale: #DDDDDD. Windows color (decimal): -5571390 or 12778666. OLE color: 12778666.

HSL color Cylindrical-coordinate representation of color #AAFCC2: hue angle of 137.56º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCC2 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 194 -
CMYK 0.33 0 0.23 0.01
HSL 137.56º 0.93% 0.83% -
HSV(B) 137.56º 0.33% 0.99% -
XYZ 61.13 82.06 63.66 -
YUV 220.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 170 252 194 0.33 0 0.23 0.01 137.56 0.93 0.83
Hex AA FC C2 21 0 17 1 8A 5D 53
Octal 252 374 302 41 0 27 1 212 135 123
Binary 10101010 11111100 11000010 100001 0 10111 1 10001010 1011101 1010011

Color Harmonies of #AAFCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCC2

Black with #AAFCC2

Text Example


Text Example

White with #AAFCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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