Html Css Color HEX #9FEDBF Magic Mint

📋 copy color: '#9FEDBF'

red 159 ◦ green 237 ◦ blue 191

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

Shades of Magic Mint #9FEDBF

Tints of Magic Mint #9FEDBF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

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

R = 27.09%
G = 40.37%
B = 32.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#9FEDBF (or 0x9FEDBF) is known color: Magic Mint. HEX triplet: 9F, ED and BF. RGB value is (159,237,191). Sum of RGB (Red+Green+Blue) = 159+237+191=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDBF is #601240. Grayscale: #D0D0D0. Windows color (decimal): -6296129 or 12578207. OLE color: 12578207.

HSL color Cylindrical-coordinate representation of color #9FEDBF: hue angle of 144.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDBF is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 191 -
CMYK 0.33 0 0.19 0.07
HSL 144.62º 0.68% 0.78% -
HSV(B) 144.62º 0.33% 0.93% -
XYZ 53.99 71.7 60.28 -
YUV 208.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 159 237 191 0.33 0 0.19 0.07 144.62 0.68 0.78
Hex 9F ED BF 21 0 13 7 91 44 4E
Octal 237 355 277 41 0 23 7 221 104 116
Binary 10011111 11101101 10111111 100001 0 10011 111 10010001 1000100 1001110

Color Harmonies of #9FEDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDBF

Black with #9FEDBF

Text Example


Text Example

White with #9FEDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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