Html Css Color HEX #9FF1BF Magic Mint

📋 copy color: '#9FF1BF'

red 159 ◦ green 241 ◦ blue 191

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

Shades of Magic Mint #9FF1BF

Tints of Magic Mint #9FF1BF

RGB

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

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

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

R = 26.9%
G = 40.78%
B = 32.32%

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

#9FF1BF (or 0x9FF1BF) is known color: Magic Mint. HEX triplet: 9F, F1 and BF. RGB value is (159,241,191). Sum of RGB (Red+Green+Blue) = 159+241+191=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF1BF is #600E40. Grayscale: #D2D2D2. Windows color (decimal): -6295105 or 12579231. OLE color: 12579231.

HSL color Cylindrical-coordinate representation of color #9FF1BF: hue angle of 143.41º 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 #9FF1BF is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 241 191 -
CMYK 0.34 0 0.21 0.05
HSL 143.41º 0.75% 0.78% -
HSV(B) 143.41º 0.34% 0.95% -
XYZ 55.16 74.04 60.67 -
YUV 210.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 159 241 191 0.34 0 0.21 0.05 143.41 0.75 0.78
Hex 9F F1 BF 22 0 15 5 8F 4B 4E
Octal 237 361 277 42 0 25 5 217 113 116
Binary 10011111 11110001 10111111 100010 0 10101 101 10001111 1001011 1001110

Color Harmonies of #9FF1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF1BF

Black with #9FF1BF

Text Example


Text Example

White with #9FF1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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