Html Css Color HEX #9EE9D0 Magic Mint

📋 copy color: '#9EE9D0'

red 158 ◦ green 233 ◦ blue 208

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

Shades of Magic Mint #9EE9D0

Tints of Magic Mint #9EE9D0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.9%

 BLUE value IS 208 (81.64% from 255) = 34.72%

R = 26.38%
G = 38.9%
B = 34.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#9EE9D0 (or 0x9EE9D0) is known color: Magic Mint. HEX triplet: 9E, E9 and D0. RGB value is (158,233,208). Sum of RGB (Red+Green+Blue) = 158+233+208=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9D0 is #61162F. Grayscale: #CFCFCF. Windows color (decimal): -6362672 or 13691294. OLE color: 13691294.

HSL color Cylindrical-coordinate representation of color #9EE9D0: hue angle of 160º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE9D0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 208 -
CMYK 0.32 0 0.11 0.09
HSL 160º 0.63% 0.77% -
HSV(B) 160º 0.32% 0.91% -
XYZ 54.62 70.1 70.33 -
YUV 207.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 158 233 208 0.32 0 0.11 0.09 160 0.63 0.77
Hex 9E E9 D0 20 0 B 9 A0 3F 4D
Octal 236 351 320 40 0 13 11 240 77 115
Binary 10011110 11101001 11010000 100000 0 1011 1001 10100000 111111 1001101

Color Harmonies of #9EE9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE9D0

Black with #9EE9D0

Text Example


Text Example

White with #9EE9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,233,208); }

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

background-color css

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

 a { background-color: rgb(158,233,208); }

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

border-color css

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

 span { border-color: rgb(158,233,208); }

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