Html Css Color HEX #9FEFBE Magic Mint

📋 copy color: '#9FEFBE'

red 159 ◦ green 239 ◦ blue 190

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

Shades of Magic Mint #9FEFBE

Tints of Magic Mint #9FEFBE

RGB

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

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

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

R = 27.04%
G = 40.65%
B = 32.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#9FEFBE (or 0x9FEFBE) is known color: Magic Mint. HEX triplet: 9F, EF and BE. RGB value is (159,239,190). Sum of RGB (Red+Green+Blue) = 159+239+190=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFBE is #601041. Grayscale: #D1D1D1. Windows color (decimal): -6295618 or 12513183. OLE color: 12513183.

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

Color convert

RGB 159 239 190 -
CMYK 0.33 0 0.21 0.06
HSL 143.25º 0.71% 0.78% -
HSV(B) 143.25º 0.33% 0.94% -
XYZ 54.46 72.82 59.9 -
YUV 209.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 159 239 190 0.33 0 0.21 0.06 143.25 0.71 0.78
Hex 9F EF BE 21 0 15 6 8F 47 4E
Octal 237 357 276 41 0 25 6 217 107 116
Binary 10011111 11101111 10111110 100001 0 10101 110 10001111 1000111 1001110

Color Harmonies of #9FEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFBE

Black with #9FEFBE

Text Example


Text Example

White with #9FEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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