Html Css Color HEX #9EFCD8 Magic Mint

📋 copy color: '#9EFCD8'

red 158 ◦ green 252 ◦ blue 216

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

Shades of Magic Mint #9EFCD8

Tints of Magic Mint #9EFCD8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.26%

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

R = 25.24%
G = 40.26%
B = 34.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#9EFCD8 (or 0x9EFCD8) is known color: Magic Mint. HEX triplet: 9E, FC and D8. RGB value is (158,252,216). Sum of RGB (Red+Green+Blue) = 158+252+216=626 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.24% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCD8 is #610327. Grayscale: #DBDBDB. Windows color (decimal): -6357800 or 14220446. OLE color: 14220446.

HSL color Cylindrical-coordinate representation of color #9EFCD8: hue angle of 157.02º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCD8 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 252 216 -
CMYK 0.37 0 0.14 0.01
HSL 157.02º 0.94% 0.8% -
HSV(B) 157.02º 0.37% 0.99% -
XYZ 61.31 81.85 77.53 -
YUV 219.79 125.86 83.93 -
System Red Green Blue C M Y K H S L
Decimal 158 252 216 0.37 0 0.14 0.01 157.02 0.94 0.8
Hex 9E FC D8 25 0 E 1 9D 5E 50
Octal 236 374 330 45 0 16 1 235 136 120
Binary 10011110 11111100 11011000 100101 0 1110 1 10011101 1011110 1010000

Color Harmonies of #9EFCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFCD8

Black with #9EFCD8

Text Example


Text Example

White with #9EFCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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