#9FEBD0

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

Shades of Magic Mint #9FEBD0

Tints of Magic Mint #9FEBD0

Color information

#9FEBD0 (or 0x9FEBD0) is unknown color: approx Magic Mint. HEX triplet: 9F, EB and D0. RGB value is (159,235,208). Sum of RGB (Red+Green+Blue) = 159+235+208=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBD0 is #60142F. Grayscale: #D1D1D1. Windows color (decimal): -6296624 or 13691807. OLE color: 13691807.

HSL color Cylindrical-coordinate representation of color #9FEBD0: hue angle of 158.68º 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 #9FEBD0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB159235208-
CMYK0.3200.110.08
HSL158.68º65.52%77.25%-
HSV(B)158.68º32.34%92.16%-
XYZ55.3971.3470.53-
YUV209.2127.3292.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.41%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=26.41%
G=39.04%
B=34.55%

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
Decimal1592352080.3200.110.08158.6865.5277.25
Hex9FEBD0200B89f424d
Octal2373533204001310237102115
Binary1001111111101011110100001000000101110001001111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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