Html Css Color HEX #9FF1BE Magic Mint

📋 copy color: '#9FF1BE'

red 159 ◦ green 241 ◦ blue 190

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

Shades of Magic Mint #9FF1BE

Tints of Magic Mint #9FF1BE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.85%

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

R = 26.95%
G = 40.85%
B = 32.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#9FF1BE (or 0x9FF1BE) is known color: Magic Mint. HEX triplet: 9F, F1 and BE. RGB value is (159,241,190). Sum of RGB (Red+Green+Blue) = 159+241+190=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF1BE is #600E41. Grayscale: #D2D2D2. Windows color (decimal): -6295106 or 12513695. OLE color: 12513695.

HSL color Cylindrical-coordinate representation of color #9FF1BE: hue angle of 142.68º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF1BE is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 241 190 -
CMYK 0.34 0 0.21 0.05
HSL 142.68º 0.75% 0.78% -
HSV(B) 142.68º 0.34% 0.95% -
XYZ 55.05 74 60.1 -
YUV 210.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 159 241 190 0.34 0 0.21 0.05 142.68 0.75 0.78
Hex 9F F1 BE 22 0 15 5 8F 4B 4E
Octal 237 361 276 42 0 25 5 217 113 116
Binary 10011111 11110001 10111110 100010 0 10101 101 10001111 1001011 1001110

Color Harmonies of #9FF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF1BE

Black with #9FF1BE

Text Example


Text Example

White with #9FF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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