Html Css Color HEX #9EF2BE Magic Mint

📋 copy color: '#9EF2BE'

red 158 ◦ green 242 ◦ blue 190

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

Shades of Magic Mint #9EF2BE

Tints of Magic Mint #9EF2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.02%

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

R = 26.78%
G = 41.02%
B = 32.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#9EF2BE (or 0x9EF2BE) is known color: Magic Mint. HEX triplet: 9E, F2 and BE. RGB value is (158,242,190). Sum of RGB (Red+Green+Blue) = 158+242+190=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF2BE is #610D41. Grayscale: #D3D3D3. Windows color (decimal): -6360386 or 12513950. OLE color: 12513950.

HSL color Cylindrical-coordinate representation of color #9EF2BE: hue angle of 142.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2BE is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 242 190 -
CMYK 0.35 0 0.21 0.05
HSL 142.86º 0.76% 0.78% -
HSV(B) 142.86º 0.35% 0.95% -
XYZ 55.15 74.49 60.19 -
YUV 210.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 158 242 190 0.35 0 0.21 0.05 142.86 0.76 0.78
Hex 9E F2 BE 23 0 15 5 8F 4C 4E
Octal 236 362 276 43 0 25 5 217 114 116
Binary 10011110 11110010 10111110 100011 0 10101 101 10001111 1001100 1001110

Color Harmonies of #9EF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF2BE

Black with #9EF2BE

Text Example


Text Example

White with #9EF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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