Html Css Color HEX #9EFDBD Magic Mint

📋 copy color: '#9EFDBD'

red 158 ◦ green 253 ◦ blue 189

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

Shades of Magic Mint #9EFDBD

Tints of Magic Mint #9EFDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.5%

R = 26.33%
G = 42.17%
B = 31.5%

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

#9EFDBD (or 0x9EFDBD) is known color: Magic Mint. HEX triplet: 9E, FD and BD. RGB value is (158,253,189). Sum of RGB (Red+Green+Blue) = 158+253+189=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDBD is #610242. Grayscale: #D9D9D9. Windows color (decimal): -6357571 or 12451230. OLE color: 12451230.

HSL color Cylindrical-coordinate representation of color #9EFDBD: hue angle of 139.58º 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 #9EFDBD is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 189 -
CMYK 0.38 0 0.25 0.01
HSL 139.58º 0.96% 0.81% -
HSV(B) 139.58º 0.38% 0.99% -
XYZ 58.41 81.19 60.74 -
YUV 217.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 158 253 189 0.38 0 0.25 0.01 139.58 0.96 0.81
Hex 9E FD BD 26 0 19 1 8C 60 51
Octal 236 375 275 46 0 31 1 214 140 121
Binary 10011110 11111101 10111101 100110 0 11001 1 10001100 1100000 1010001

Color Harmonies of #9EFDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDBD

Black with #9EFDBD

Text Example


Text Example

White with #9EFDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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