#9EEDCF

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

Shades of Magic Mint #9EEDCF

Tints of Magic Mint #9EEDCF

Color information

#9EEDCF (or 0x9EEDCF) is unknown color: approx Magic Mint. HEX triplet: 9E, ED and CF. RGB value is (158,237,207). Sum of RGB (Red+Green+Blue) = 158+237+207=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDCF is #611230. Grayscale: #D2D2D2. Windows color (decimal): -6361649 or 13626782. OLE color: 13626782.

HSL color Cylindrical-coordinate representation of color #9EEDCF: hue angle of 157.22º degrees, saturation: 0.69, 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 #9EEDCF is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB158237207-
CMYK0.3300.130.07
HSL157.22º68.7%77.45%-
HSV(B)157.22º33.33%92.94%-
XYZ55.6572.3470.06-
YUV209.96126.3390.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.25%
GREEN value IS 237 (92.97% from 255) = 39.37%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=26.25%
G=39.37%
B=34.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582372070.3300.130.07157.2268.777.45
Hex9EEDCF210D79d454d
Octal236355317410157235105115
Binary100111101110110111001111100001011011111001110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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