#9FEBCF

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

Shades of Magic Mint #9FEBCF

Tints of Magic Mint #9FEBCF

Color information

#9FEBCF (or 0x9FEBCF) is unknown color: approx Magic Mint. HEX triplet: 9F, EB and CF. RGB value is (159,235,207). Sum of RGB (Red+Green+Blue) = 159+235+207=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBCF is #601430. Grayscale: #D1D1D1. Windows color (decimal): -6296625 or 13626271. OLE color: 13626271.

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

Color convert

RGB159235207-
CMYK0.3200.120.08
HSL157.89º65.52%77.25%-
HSV(B)157.89º32.34%92.16%-
XYZ55.2771.2969.88-
YUV209.08126.8292.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.46%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=26.46%
G=39.10%
B=34.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592352070.3200.120.08157.8965.5277.25
Hex9FEBCF200C89e424d
Octal2373533174001410236102115
Binary1001111111101011110011111000000110010001001111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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