Html Css Color HEX #9FFABF Magic Mint

📋 copy color: '#9FFABF'

red 159 ◦ green 250 ◦ blue 191

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

Shades of Magic Mint #9FFABF

Tints of Magic Mint #9FFABF

RGB

 RED value IS 159 (62.5% from 255) = 26.5%

 GREEN value IS 250 (98.05% from 255) = 41.67%

 BLUE value IS 191 (75% from 255) = 31.83%

R = 26.5%
G = 41.67%
B = 31.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#9FFABF (or 0x9FFABF) is known color: Magic Mint. HEX triplet: 9F, FA and BF. RGB value is (159,250,191). Sum of RGB (Red+Green+Blue) = 159+250+191=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFABF is #600540. Grayscale: #D8D8D8. Windows color (decimal): -6292801 or 12581535. OLE color: 12581535.

HSL color Cylindrical-coordinate representation of color #9FFABF: hue angle of 141.1º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFABF is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 250 191 -
CMYK 0.36 0 0.24 0.02
HSL 141.1º 0.9% 0.8% -
HSV(B) 141.1º 0.36% 0.98% -
XYZ 57.89 79.5 61.58 -
YUV 216.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 159 250 191 0.36 0 0.24 0.02 141.1 0.9 0.8
Hex 9F FA BF 24 0 18 2 8D 5A 50
Octal 237 372 277 44 0 30 2 215 132 120
Binary 10011111 11111010 10111111 100100 0 11000 10 10001101 1011010 1010000

Color Harmonies of #9FFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFABF

Black with #9FFABF

Text Example


Text Example

White with #9FFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FFABF; }

 p { color: rgb(159,250,191); }

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

background-color css

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

 a { background-color: rgb(159,250,191); }

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

border-color css

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

 span { border-color: rgb(159,250,191); }

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