Html Css Color HEX #9FEFBF Magic Mint

📋 copy color: '#9FEFBF'

red 159 ◦ green 239 ◦ blue 191

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

Shades of Magic Mint #9FEFBF

Tints of Magic Mint #9FEFBF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.58%

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

R = 26.99%
G = 40.58%
B = 32.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#9FEFBF (or 0x9FEFBF) is known color: Magic Mint. HEX triplet: 9F, EF and BF. RGB value is (159,239,191). Sum of RGB (Red+Green+Blue) = 159+239+191=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFBF is #601040. Grayscale: #D1D1D1. Windows color (decimal): -6295617 or 12578719. OLE color: 12578719.

HSL color Cylindrical-coordinate representation of color #9FEFBF: hue angle of 144º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFBF is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 191 -
CMYK 0.33 0 0.20 0.06
HSL 144º 0.71% 0.78% -
HSV(B) 144º 0.33% 0.94% -
XYZ 54.57 72.87 60.48 -
YUV 209.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 159 239 191 0.33 0 0.20 0.06 144 0.71 0.78
Hex 9F EF BF 21 0 14 6 90 47 4E
Octal 237 357 277 41 0 24 6 220 107 116
Binary 10011111 11101111 10111111 100001 0 10100 110 10010000 1000111 1001110

Color Harmonies of #9FEFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFBF

Black with #9FEFBF

Text Example


Text Example

White with #9FEFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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