Html Css Color HEX #9EF1BE Magic Mint

📋 copy color: '#9EF1BE'

red 158 ◦ green 241 ◦ blue 190

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

Shades of Magic Mint #9EF1BE

Tints of Magic Mint #9EF1BE

RGB

 RED value IS 158 (62.11% from 255) = 26.83%

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

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

R = 26.83%
G = 40.92%
B = 32.26%

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

#9EF1BE (or 0x9EF1BE) is known color: Magic Mint. HEX triplet: 9E, F1 and BE. RGB value is (158,241,190). Sum of RGB (Red+Green+Blue) = 158+241+190=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1BE is #610E41. Grayscale: #D2D2D2. Windows color (decimal): -6360642 or 12513694. OLE color: 12513694.

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

Color convert

RGB 158 241 190 -
CMYK 0.34 0 0.21 0.05
HSL 143.13º 0.75% 0.78% -
HSV(B) 143.13º 0.34% 0.95% -
XYZ 54.85 73.9 60.09 -
YUV 210.37 116.5 90.65 -
System Red Green Blue C M Y K H S L
Decimal 158 241 190 0.34 0 0.21 0.05 143.13 0.75 0.78
Hex 9E F1 BE 22 0 15 5 8F 4B 4E
Octal 236 361 276 42 0 25 5 217 113 116
Binary 10011110 11110001 10111110 100010 0 10101 101 10001111 1001011 1001110

Color Harmonies of #9EF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF1BE

Black with #9EF1BE

Text Example


Text Example

White with #9EF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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