Html Css Color HEX #9EEFBD Magic Mint

📋 copy color: '#9EEFBD'

red 158 ◦ green 239 ◦ blue 189

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

Shades of Magic Mint #9EEFBD

Tints of Magic Mint #9EEFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.78%

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

R = 26.96%
G = 40.78%
B = 32.25%

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

#9EEFBD (or 0x9EEFBD) is known color: Magic Mint. HEX triplet: 9E, EF and BD. RGB value is (158,239,189). Sum of RGB (Red+Green+Blue) = 158+239+189=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFBD is #611042. Grayscale: #D1D1D1. Windows color (decimal): -6361155 or 12447646. OLE color: 12447646.

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

Color convert

RGB 158 239 189 -
CMYK 0.34 0 0.21 0.06
HSL 142.96º 0.72% 0.78% -
HSV(B) 142.96º 0.34% 0.94% -
XYZ 54.15 72.68 59.32 -
YUV 209.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 158 239 189 0.34 0 0.21 0.06 142.96 0.72 0.78
Hex 9E EF BD 22 0 15 6 8F 48 4E
Octal 236 357 275 42 0 25 6 217 110 116
Binary 10011110 11101111 10111101 100010 0 10101 110 10001111 1001000 1001110

Color Harmonies of #9EEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFBD

Black with #9EEFBD

Text Example


Text Example

White with #9EEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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