#9EECCF

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

Shades of Magic Mint #9EECCF

Tints of Magic Mint #9EECCF

Color information

#9EECCF (or 0x9EECCF) is unknown color: approx Magic Mint. HEX triplet: 9E, EC and CF. RGB value is (158,236,207). Sum of RGB (Red+Green+Blue) = 158+236+207=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECCF is #611330. Grayscale: #D1D1D1. Windows color (decimal): -6361905 or 13626526. OLE color: 13626526.

HSL color Cylindrical-coordinate representation of color #9EECCF: hue angle of 157.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EECCF is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB158236207-
CMYK0.3300.120.07
HSL157.69º67.24%77.25%-
HSV(B)157.69º33.05%92.55%-
XYZ55.3671.7669.97-
YUV209.37126.6691.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.29%
GREEN value IS 236 (92.58% from 255) = 39.27%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=26.29%
G=39.27%
B=34.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582362070.3300.120.07157.6967.2477.25
Hex9EECCF210C79e434d
Octal236354317410147236103115
Binary100111101110110011001111100001011001111001111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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