Html Css Color HEX #9FF8BE Magic Mint

📋 copy color: '#9FF8BE'

red 159 ◦ green 248 ◦ blue 190

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

Shades of Magic Mint #9FF8BE

Tints of Magic Mint #9FF8BE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.54%

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 26.63%
G = 41.54%
B = 31.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#9FF8BE (or 0x9FF8BE) is known color: Magic Mint. HEX triplet: 9F, F8 and BE. RGB value is (159,248,190). Sum of RGB (Red+Green+Blue) = 159+248+190=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF8BE is #600741. Grayscale: #D6D6D6. Windows color (decimal): -6293314 or 12515487. OLE color: 12515487.

HSL color Cylindrical-coordinate representation of color #9FF8BE: hue angle of 140.9º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF8BE is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 248 190 -
CMYK 0.36 0 0.23 0.03
HSL 140.9º 0.86% 0.8% -
HSV(B) 140.9º 0.36% 0.97% -
XYZ 57.16 78.22 60.8 -
YUV 214.78 114.01 88.22 -
System Red Green Blue C M Y K H S L
Decimal 159 248 190 0.36 0 0.23 0.03 140.9 0.86 0.8
Hex 9F F8 BE 24 0 17 3 8D 56 50
Octal 237 370 276 44 0 27 3 215 126 120
Binary 10011111 11111000 10111110 100100 0 10111 11 10001101 1010110 1010000

Color Harmonies of #9FF8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF8BE

Black with #9FF8BE

Text Example


Text Example

White with #9FF8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,248,190); }

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

background-color css

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

 a { background-color: rgb(159,248,190); }

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

border-color css

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

 span { border-color: rgb(159,248,190); }

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