#9FEDD0

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

Shades of Magic Mint #9FEDD0

Tints of Magic Mint #9FEDD0

Color information

#9FEDD0 (or 0x9FEDD0) is unknown color: approx Magic Mint. HEX triplet: 9F, ED and D0. RGB value is (159,237,208). Sum of RGB (Red+Green+Blue) = 159+237+208=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDD0 is #60122F. Grayscale: #D2D2D2. Windows color (decimal): -6296112 or 13692319. OLE color: 13692319.

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

Color convert

RGB159237208-
CMYK0.3300.120.07
HSL157.69º68.42%77.65%-
HSV(B)157.69º32.91%92.94%-
XYZ55.9772.4970.72-
YUV210.37126.6691.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=26.32%
G=39.24%
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
Decimal1592372080.3300.120.07157.6968.4277.65
Hex9FEDD0210C79e444e
Octal237355320410147236104116
Binary100111111110110111010000100001011001111001111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,237,208); }

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

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

 a { background-color: rgb(159,237,208); }

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

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

 span { border-color: rgb(159,237,208); }

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