#9FEDC8

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

Shades of Magic Mint #9FEDC8

Tints of Magic Mint #9FEDC8

Color information

#9FEDC8 (or 0x9FEDC8) is unknown color: approx Magic Mint. HEX triplet: 9F, ED and C8. RGB value is (159,237,200). Sum of RGB (Red+Green+Blue) = 159+237+200=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDC8 is #601237. Grayscale: #D1D1D1. Windows color (decimal): -6296120 or 13168031. OLE color: 13168031.

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

Color convert

RGB159237200-
CMYK0.3300.160.07
HSL151.54º68.42%77.65%-
HSV(B)151.54º32.91%92.94%-
XYZ55.0172.1165.66-
YUV209.46122.6692.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.68%
GREEN value IS 237 (92.97% from 255) = 39.77%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=26.68%
G=39.77%
B=33.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592372000.3300.160.07151.5468.4277.65
Hex9FEDC821010798444e
Octal237355310410207230104116
Binary1001111111101101110010001000010100001111001100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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