#9EE9D2

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

Shades of Magic Mint #9EE9D2

Tints of Magic Mint #9EE9D2

Color information

#9EE9D2 (or 0x9EE9D2) is unknown color: approx Magic Mint. HEX triplet: 9E, E9 and D2. RGB value is (158,233,210). Sum of RGB (Red+Green+Blue) = 158+233+210=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9D2 is #61162D. Grayscale: #CFCFCF. Windows color (decimal): -6362670 or 13822366. OLE color: 13822366.

HSL color Cylindrical-coordinate representation of color #9EE9D2: hue angle of 161.6º 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 #9EE9D2 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB158233210-
CMYK0.3200.100.09
HSL161.6º63.03%76.67%-
HSV(B)161.6º32.19%91.37%-
XYZ54.8770.271.63-
YUV207.95129.1592.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.29%
GREEN value IS 233 (91.41% from 255) = 38.77%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=26.29%
G=38.77%
B=34.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582332100.3200.100.09161.663.0376.67
Hex9EE9D2200A9a23f4d
Octal236351322400121124277115
Binary100111101110100111010010100000010101001101000101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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