#9FF6BE

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

Shades of Magic Mint #9FF6BE

Tints of Magic Mint #9FF6BE

Color information

#9FF6BE (or 0x9FF6BE) is unknown color: approx Magic Mint. HEX triplet: 9F, F6 and BE. RGB value is (159,246,190). Sum of RGB (Red+Green+Blue) = 159+246+190=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF6BE is #600941. Grayscale: #D5D5D5. Windows color (decimal): -6293826 or 12514975. OLE color: 12514975.

HSL color Cylindrical-coordinate representation of color #9FF6BE: hue angle of 141.38º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF6BE is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB159246190-
CMYK0.3500.230.04
HSL141.38º82.86%79.41%-
HSV(B)141.38º35.37%96.47%-
XYZ56.557760.6-
YUV213.6114.6889.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.72%
GREEN value IS 246 (96.48% from 255) = 41.34%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=26.72%
G=41.34%
B=31.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592461900.3500.230.04141.3882.8679.41
Hex9FF6BE2301748d534f
Octal237366276430274215123117
Binary1001111111110110101111101000110101111001000110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,246,190); }

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

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

 a { background-color: rgb(159,246,190); }

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

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

 span { border-color: rgb(159,246,190); }

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