Html Css Color HEX #9EEBC0 Magic Mint

📋 copy color: '#9EEBC0'

red 158 ◦ green 235 ◦ blue 192

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

Shades of Magic Mint #9EEBC0

Tints of Magic Mint #9EEBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

 BLUE value IS 192 (75.39% from 255) = 32.82%

R = 27.01%
G = 40.17%
B = 32.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#9EEBC0 (or 0x9EEBC0) is known color: Magic Mint. HEX triplet: 9E, EB and C0. RGB value is (158,235,192). Sum of RGB (Red+Green+Blue) = 158+235+192=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBC0 is #61143F. Grayscale: #CFCFCF. Windows color (decimal): -6362176 or 12643230. OLE color: 12643230.

HSL color Cylindrical-coordinate representation of color #9EEBC0: hue angle of 146.49º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBC0 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 192 -
CMYK 0.33 0 0.18 0.08
HSL 146.49º 0.66% 0.77% -
HSV(B) 146.49º 0.33% 0.92% -
XYZ 53.32 70.49 60.66 -
YUV 207.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 158 235 192 0.33 0 0.18 0.08 146.49 0.66 0.77
Hex 9E EB C0 21 0 12 8 92 42 4D
Octal 236 353 300 41 0 22 10 222 102 115
Binary 10011110 11101011 11000000 100001 0 10010 1000 10010010 1000010 1001101

Color Harmonies of #9EEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBC0

Black with #9EEBC0

Text Example


Text Example

White with #9EEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,235,192); }

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

background-color css

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

 a { background-color: rgb(158,235,192); }

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

border-color css

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

 span { border-color: rgb(158,235,192); }

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