#9EFFDC

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

Shades of Magic Mint #9EFFDC

Tints of Magic Mint #9EFFDC

Color information

#9EFFDC (or 0x9EFFDC) is unknown color: approx Magic Mint. HEX triplet: 9E, FF and DC. RGB value is (158,255,220). Sum of RGB (Red+Green+Blue) = 158+255+220=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFDC is #610023. Grayscale: #DEDEDE. Windows color (decimal): -6357028 or 14483358. OLE color: 14483358.

HSL color Cylindrical-coordinate representation of color #9EFFDC: hue angle of 158.35º 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 #9EFFDC is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB158255220-
CMYK0.3800.140
HSL158.35º100%80.98%-
HSV(B)158.35º38.04%100%-
XYZ62.7883.9680.61-
YUV222.01126.8682.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.96%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=24.96%
G=40.28%
B=34.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552200.3800.140158.3510080.98
Hex9EFFDC260E09e6451
Octal236377334460160236144121
Binary1001111011111111110111001001100111001001111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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