Html Css Color HEX #AAFBC5 Magic Mint

📋 copy color: '#AAFBC5'

red 170 ◦ green 251 ◦ blue 197

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

Shades of Magic Mint #AAFBC5

Tints of Magic Mint #AAFBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.88%

R = 27.51%
G = 40.61%
B = 31.88%

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

#AAFBC5 (or 0xAAFBC5) is known color: Magic Mint. HEX triplet: AA, FB and C5. RGB value is (170,251,197). Sum of RGB (Red+Green+Blue) = 170+251+197=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBC5 is #55043A. Grayscale: #DCDCDC. Windows color (decimal): -5571643 or 12975018. OLE color: 12975018.

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

Color convert

RGB 170 251 197 -
CMYK 0.32 0 0.22 0.02
HSL 140º 0.91% 0.83% -
HSV(B) 140º 0.32% 0.98% -
XYZ 61.15 81.57 65.35 -
YUV 220.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 170 251 197 0.32 0 0.22 0.02 140 0.91 0.83
Hex AA FB C5 20 0 16 2 8C 5B 53
Octal 252 373 305 40 0 26 2 214 133 123
Binary 10101010 11111011 11000101 100000 0 10110 10 10001100 1011011 1010011

Color Harmonies of #AAFBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBC5

Black with #AAFBC5

Text Example


Text Example

White with #AAFBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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