Html Css Color HEX #9EFEDB Magic Mint

📋 copy color: '#9EFEDB'

red 158 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #9EFEDB

Tints of Magic Mint #9EFEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.25%

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 25.04%
G = 40.25%
B = 34.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#9EFEDB (or 0x9EFEDB) is known color: Magic Mint. HEX triplet: 9E, FE and DB. RGB value is (158,254,219). Sum of RGB (Red+Green+Blue) = 158+254+219=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEDB is #610124. Grayscale: #DDDDDD. Windows color (decimal): -6357285 or 14417566. OLE color: 14417566.

HSL color Cylindrical-coordinate representation of color #9EFEDB: hue angle of 158.12º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFEDB is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 254 219 -
CMYK 0.38 0 0.14 0.00
HSL 158.13º 0.98% 0.81% -
HSV(B) 158.13º 0.38% 1% -
XYZ 62.33 83.27 79.8 -
YUV 221.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 158 254 219 0.38 0 0.14 0.00 158.13 0.98 0.81
Hex 9E FE DB 26 0 E 0 9E 62 51
Octal 236 376 333 46 0 16 0 236 142 121
Binary 10011110 11111110 11011011 100110 0 1110 0 10011110 1100010 1010001

Color Harmonies of #9EFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFEDB

Black with #9EFEDB

Text Example


Text Example

White with #9EFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,254,219); }

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

background-color css

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

 a { background-color: rgb(158,254,219); }

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

border-color css

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

 span { border-color: rgb(158,254,219); }

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