#9EFFCF

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

Shades of Magic Mint #9EFFCF

Tints of Magic Mint #9EFFCF

Color information

#9EFFCF (or 0x9EFFCF) is unknown color: approx Magic Mint. HEX triplet: 9E, FF and CF. RGB value is (158,255,207). Sum of RGB (Red+Green+Blue) = 158+255+207=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFCF is #610030. Grayscale: #DCDCDC. Windows color (decimal): -6357041 or 13631390. OLE color: 13631390.

HSL color Cylindrical-coordinate representation of color #9EFFCF: hue angle of 150.31º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFCF is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB158255207-
CMYK0.3800.190
HSL150.31º100%80.98%-
HSV(B)150.31º38.04%100%-
XYZ61.1283.2971.89-
YUV220.52120.3683.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.48%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=25.48%
G=41.13%
B=33.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552070.3800.190150.3110080.98
Hex9EFFCF260130966451
Octal236377317460230226144121
Binary10011110111111111100111110011001001101001011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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