#9EE8C8

Color #9EE8C8 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9EE8C8

Tints of Magic Mint #9EE8C8

Color information

#9EE8C8 (or 0x9EE8C8) is unknown color: approx Magic Mint. HEX triplet: 9E, E8 and C8. RGB value is (158,232,200). Sum of RGB (Red+Green+Blue) = 158+232+200=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8C8 is #611737. Grayscale: #CECECE. Windows color (decimal): -6362936 or 13166750. OLE color: 13166750.

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

Color convert

RGB158232200-
CMYK0.3200.140.09
HSL154.05º61.67%76.47%-
HSV(B)154.05º31.9%90.98%-
XYZ53.3869.1565.18-
YUV206.23124.4893.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.78%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=26.78%
G=39.32%
B=33.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582322000.3200.140.09154.0561.6776.47
Hex9EE8C8200E99a3e4c
Octal236350310400161123276114
Binary100111101110100011001000100000011101001100110101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,232,200); }

 H1.HeaderClassName
 {
   color: #9EE8C8;
 }
 .AnyTagClassName
 {
   color: #9EE8C8;
 }
</style>
background-color css

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

 a { background-color: rgb(158,232,200); }

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

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

 span { border-color: rgb(158,232,200); }

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