Html Css Color HEX #AAFBC4 Magic Mint

📋 copy color: '#AAFBC4'

red 170 ◦ green 251 ◦ blue 196

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

Shades of Magic Mint #AAFBC4

Tints of Magic Mint #AAFBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.77%

R = 27.55%
G = 40.68%
B = 31.77%

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

#AAFBC4 (or 0xAAFBC4) is known color: Magic Mint. HEX triplet: AA, FB and C4. RGB value is (170,251,196). Sum of RGB (Red+Green+Blue) = 170+251+196=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBC4 is #55043B. Grayscale: #DCDCDC. Windows color (decimal): -5571644 or 12909482. OLE color: 12909482.

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

Color convert

RGB 170 251 196 -
CMYK 0.32 0 0.22 0.02
HSL 139.26º 0.91% 0.83% -
HSV(B) 139.26º 0.32% 0.98% -
XYZ 61.04 81.53 64.74 -
YUV 220.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 170 251 196 0.32 0 0.22 0.02 139.26 0.91 0.83
Hex AA FB C4 20 0 16 2 8B 5B 53
Octal 252 373 304 40 0 26 2 213 133 123
Binary 10101010 11111011 11000100 100000 0 10110 10 10001011 1011011 1010011

Color Harmonies of #AAFBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBC4

Black with #AAFBC4

Text Example


Text Example

White with #AAFBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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