Html Css Color HEX #9EFFD8 Magic Mint

📋 copy color: '#9EFFD8'

red 158 ◦ green 255 ◦ blue 216

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

Shades of Magic Mint #9EFFD8

Tints of Magic Mint #9EFFD8

RGB

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

 GREEN value IS 255 (100% from 255) = 40.54%

 BLUE value IS 216 (84.77% from 255) = 34.34%

R = 25.12%
G = 40.54%
B = 34.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#9EFFD8 (or 0x9EFFD8) is known color: Magic Mint. HEX triplet: 9E, FF and D8. RGB value is (158,255,216). Sum of RGB (Red+Green+Blue) = 158+255+216=629 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.12% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFD8 is #610027. Grayscale: #DDDDDD. Windows color (decimal): -6357032 or 14221214. OLE color: 14221214.

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

Color convert

RGB 158 255 216 -
CMYK 0.38 0 0.15 0
HSL 155.88º 1% 0.81% -
HSV(B) 155.88º 0.38% 1% -
XYZ 62.26 83.75 77.85 -
YUV 221.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 158 255 216 0.38 0 0.15 0 155.88 1 0.81
Hex 9E FF D8 26 0 F 0 9C 64 51
Octal 236 377 330 46 0 17 0 234 144 121
Binary 10011110 11111111 11011000 100110 0 1111 0 10011100 1100100 1010001

Color Harmonies of #9EFFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFD8

Black with #9EFFD8

Text Example


Text Example

White with #9EFFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,255,216); }

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

background-color css

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

 a { background-color: rgb(158,255,216); }

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

border-color css

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

 span { border-color: rgb(158,255,216); }

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