Html Css Color HEX #9EFDBE Magic Mint

📋 copy color: '#9EFDBE'

red 158 ◦ green 253 ◦ blue 190

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

Shades of Magic Mint #9EFDBE

Tints of Magic Mint #9EFDBE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.1%

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

R = 26.29%
G = 42.1%
B = 31.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#9EFDBE (or 0x9EFDBE) is known color: Magic Mint. HEX triplet: 9E, FD and BE. RGB value is (158,253,190). Sum of RGB (Red+Green+Blue) = 158+253+190=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDBE is #610241. Grayscale: #D9D9D9. Windows color (decimal): -6357570 or 12516766. OLE color: 12516766.

HSL color Cylindrical-coordinate representation of color #9EFDBE: hue angle of 140.21º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDBE is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 190 -
CMYK 0.38 0 0.25 0.01
HSL 140.21º 0.96% 0.81% -
HSV(B) 140.21º 0.38% 0.99% -
XYZ 58.52 81.24 61.31 -
YUV 217.41 112.53 85.62 -
System Red Green Blue C M Y K H S L
Decimal 158 253 190 0.38 0 0.25 0.01 140.21 0.96 0.81
Hex 9E FD BE 26 0 19 1 8C 60 51
Octal 236 375 276 46 0 31 1 214 140 121
Binary 10011110 11111101 10111110 100110 0 11001 1 10001100 1100000 1010001

Color Harmonies of #9EFDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDBE

Black with #9EFDBE

Text Example


Text Example

White with #9EFDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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