Html Css Color HEX #AAFBC9 Magic Mint

📋 copy color: '#AAFBC9'

red 170 ◦ green 251 ◦ blue 201

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

Shades of Magic Mint #AAFBC9

Tints of Magic Mint #AAFBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.32%

R = 27.33%
G = 40.35%
B = 32.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#AAFBC9 (or 0xAAFBC9) is known color: Magic Mint. HEX triplet: AA, FB and C9. RGB value is (170,251,201). Sum of RGB (Red+Green+Blue) = 170+251+201=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBC9 is #550436. Grayscale: #DDDDDD. Windows color (decimal): -5571639 or 13237162. OLE color: 13237162.

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

Color convert

RGB 170 251 201 -
CMYK 0.32 0 0.20 0.02
HSL 142.96º 0.91% 0.83% -
HSV(B) 142.96º 0.32% 0.98% -
XYZ 61.62 81.76 67.79 -
YUV 221.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 170 251 201 0.32 0 0.20 0.02 142.96 0.91 0.83
Hex AA FB C9 20 0 14 2 8F 5B 53
Octal 252 373 311 40 0 24 2 217 133 123
Binary 10101010 11111011 11001001 100000 0 10100 10 10001111 1011011 1010011

Color Harmonies of #AAFBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBC9

Black with #AAFBC9

Text Example


Text Example

White with #AAFBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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