Html Css Color HEX #9EEDBE Magic Mint

📋 copy color: '#9EEDBE'

red 158 ◦ green 237 ◦ blue 190

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

Shades of Magic Mint #9EEDBE

Tints of Magic Mint #9EEDBE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.51%

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

R = 27.01%
G = 40.51%
B = 32.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#9EEDBE (or 0x9EEDBE) is known color: Magic Mint. HEX triplet: 9E, ED and BE. RGB value is (158,237,190). Sum of RGB (Red+Green+Blue) = 158+237+190=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDBE is #611241. Grayscale: #D0D0D0. Windows color (decimal): -6361666 or 12512670. OLE color: 12512670.

HSL color Cylindrical-coordinate representation of color #9EEDBE: hue angle of 144.3º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDBE is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 190 -
CMYK 0.33 0 0.20 0.07
HSL 144.3º 0.69% 0.77% -
HSV(B) 144.3º 0.33% 0.93% -
XYZ 53.68 71.56 59.7 -
YUV 208.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 158 237 190 0.33 0 0.20 0.07 144.3 0.69 0.77
Hex 9E ED BE 21 0 14 7 90 45 4D
Octal 236 355 276 41 0 24 7 220 105 115
Binary 10011110 11101101 10111110 100001 0 10100 111 10010000 1000101 1001101

Color Harmonies of #9EEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDBE

Black with #9EEDBE

Text Example


Text Example

White with #9EEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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