#9EE7CF

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

Shades of Magic Mint #9EE7CF

Tints of Magic Mint #9EE7CF

Color information

#9EE7CF (or 0x9EE7CF) is unknown color: approx Magic Mint. HEX triplet: 9E, E7 and CF. RGB value is (158,231,207). Sum of RGB (Red+Green+Blue) = 158+231+207=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE7CF is #611830. Grayscale: #CECECE. Windows color (decimal): -6363185 or 13625246. OLE color: 13625246.

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

Color convert

RGB158231207-
CMYK0.3200.100.09
HSL160.27º60.33%76.27%-
HSV(B)160.27º31.6%90.59%-
XYZ53.9468.9369.49-
YUV206.44128.3293.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.51%
GREEN value IS 231 (90.62% from 255) = 38.76%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=26.51%
G=38.76%
B=34.73%

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
Decimal1582312070.3200.100.09160.2760.3376.27
Hex9EE7CF200A9a03c4c
Octal236347317400121124074114
Binary100111101110011111001111100000010101001101000001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,231,207); }

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

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

 a { background-color: rgb(158,231,207); }

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

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

 span { border-color: rgb(158,231,207); }

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