Html Css Color HEX #9EFFC2 Magic Mint

📋 copy color: '#9EFFC2'

red 158 ◦ green 255 ◦ blue 194

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

Shades of Magic Mint #9EFFC2

Tints of Magic Mint #9EFFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 26.03%
G = 42.01%
B = 31.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#9EFFC2 (or 0x9EFFC2) is known color: Magic Mint. HEX triplet: 9E, FF and C2. RGB value is (158,255,194). Sum of RGB (Red+Green+Blue) = 158+255+194=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFC2 is #61003D. Grayscale: #DBDBDB. Windows color (decimal): -6357054 or 12779422. OLE color: 12779422.

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

Color convert

RGB 158 255 194 -
CMYK 0.38 0 0.24 0
HSL 142.27º 1% 0.81% -
HSV(B) 142.27º 0.38% 1% -
XYZ 59.6 82.68 63.86 -
YUV 219.04 113.86 84.46 -
System Red Green Blue C M Y K H S L
Decimal 158 255 194 0.38 0 0.24 0 142.27 1 0.81
Hex 9E FF C2 26 0 18 0 8E 64 51
Octal 236 377 302 46 0 30 0 216 144 121
Binary 10011110 11111111 11000010 100110 0 11000 0 10001110 1100100 1010001

Color Harmonies of #9EFFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFC2

Black with #9EFFC2

Text Example


Text Example

White with #9EFFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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