Html Css Color HEX #AAFBC1 Magic Mint

📋 copy color: '#AAFBC1'

red 170 ◦ green 251 ◦ blue 193

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

Shades of Magic Mint #AAFBC1

Tints of Magic Mint #AAFBC1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.88%

 BLUE value IS 193 (75.78% from 255) = 31.43%

R = 27.69%
G = 40.88%
B = 31.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#AAFBC1 (or 0xAAFBC1) is known color: Magic Mint. HEX triplet: AA, FB and C1. RGB value is (170,251,193). Sum of RGB (Red+Green+Blue) = 170+251+193=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBC1 is #55043E. Grayscale: #DCDCDC. Windows color (decimal): -5571647 or 12712874. OLE color: 12712874.

HSL color Cylindrical-coordinate representation of color #AAFBC1: hue angle of 137.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBC1 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 193 -
CMYK 0.32 0 0.23 0.02
HSL 137.04º 0.91% 0.83% -
HSV(B) 137.04º 0.32% 0.98% -
XYZ 60.7 81.39 62.96 -
YUV 220.17 112.66 92.22 -
System Red Green Blue C M Y K H S L
Decimal 170 251 193 0.32 0 0.23 0.02 137.04 0.91 0.83
Hex AA FB C1 20 0 17 2 89 5B 53
Octal 252 373 301 40 0 27 2 211 133 123
Binary 10101010 11111011 11000001 100000 0 10111 10 10001001 1011011 1010011

Color Harmonies of #AAFBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBC1

Black with #AAFBC1

Text Example


Text Example

White with #AAFBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBC1; }

 p { color: rgb(170,251,193); }

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

background-color css

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

 a { background-color: rgb(170,251,193); }

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

border-color css

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

 span { border-color: rgb(170,251,193); }

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