Html Css Color HEX #9EF0BE Magic Mint

📋 copy color: '#9EF0BE'

red 158 ◦ green 240 ◦ blue 190

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

Shades of Magic Mint #9EF0BE

Tints of Magic Mint #9EF0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.82%

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

R = 26.87%
G = 40.82%
B = 32.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#9EF0BE (or 0x9EF0BE) is known color: Magic Mint. HEX triplet: 9E, F0 and BE. RGB value is (158,240,190). Sum of RGB (Red+Green+Blue) = 158+240+190=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF0BE is #610F41. Grayscale: #D1D1D1. Windows color (decimal): -6360898 or 12513438. OLE color: 12513438.

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

Color convert

RGB 158 240 190 -
CMYK 0.34 0 0.21 0.06
HSL 143.41º 0.73% 0.78% -
HSV(B) 143.41º 0.34% 0.94% -
XYZ 54.55 73.31 59.99 -
YUV 209.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 158 240 190 0.34 0 0.21 0.06 143.41 0.73 0.78
Hex 9E F0 BE 22 0 15 6 8F 49 4E
Octal 236 360 276 42 0 25 6 217 111 116
Binary 10011110 11110000 10111110 100010 0 10101 110 10001111 1001001 1001110

Color Harmonies of #9EF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF0BE

Black with #9EF0BE

Text Example


Text Example

White with #9EF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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