#9FEBD1

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

Shades of Magic Mint #9FEBD1

Tints of Magic Mint #9FEBD1

Color information

#9FEBD1 (or 0x9FEBD1) is unknown color: approx Magic Mint. HEX triplet: 9F, EB and D1. RGB value is (159,235,209). Sum of RGB (Red+Green+Blue) = 159+235+209=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBD1 is #60142E. Grayscale: #D1D1D1. Windows color (decimal): -6296623 or 13757343. OLE color: 13757343.

HSL color Cylindrical-coordinate representation of color #9FEBD1: hue angle of 159.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBD1 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB159235209-
CMYK0.3200.110.08
HSL159.47º65.52%77.25%-
HSV(B)159.47º32.34%92.16%-
XYZ55.5271.3971.18-
YUV209.31127.8292.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.37%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=26.37%
G=38.97%
B=34.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592352090.3200.110.08159.4765.5277.25
Hex9FEBD1200B89f424d
Octal2373533214001310237102115
Binary1001111111101011110100011000000101110001001111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,235,209); }

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

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

 a { background-color: rgb(159,235,209); }

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

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

 span { border-color: rgb(159,235,209); }

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