Html Css Color HEX #9EFFCD Magic Mint

📋 copy color: '#9EFFCD'

red 158 ◦ green 255 ◦ blue 205

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

Shades of Magic Mint #9EFFCD

Tints of Magic Mint #9EFFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.17%

R = 25.57%
G = 41.26%
B = 33.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#9EFFCD (or 0x9EFFCD) is known color: Magic Mint. HEX triplet: 9E, FF and CD. RGB value is (158,255,205). Sum of RGB (Red+Green+Blue) = 158+255+205=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFCD is #610032. Grayscale: #DCDCDC. Windows color (decimal): -6357043 or 13500318. OLE color: 13500318.

HSL color Cylindrical-coordinate representation of color #9EFFCD: hue angle of 149.07º 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 #9EFFCD is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 158 255 205 -
CMYK 0.38 0 0.20 0
HSL 149.07º 1% 0.81% -
HSV(B) 149.07º 0.38% 1% -
XYZ 60.88 83.2 70.61 -
YUV 220.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 158 255 205 0.38 0 0.20 0 149.07 1 0.81
Hex 9E FF CD 26 0 14 0 95 64 51
Octal 236 377 315 46 0 24 0 225 144 121
Binary 10011110 11111111 11001101 100110 0 10100 0 10010101 1100100 1010001

Color Harmonies of #9EFFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFCD

Black with #9EFFCD

Text Example


Text Example

White with #9EFFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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