#9BFAC6

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

Shades of Magic Mint #9BFAC6

Tints of Magic Mint #9BFAC6

Color information

#9BFAC6 (or 0x9BFAC6) is unknown color: approx Magic Mint. HEX triplet: 9B, FA and C6. RGB value is (155,250,198). Sum of RGB (Red+Green+Blue) = 155+250+198=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFAC6 is #640539. Grayscale: #D7D7D7. Windows color (decimal): -6554938 or 13040283. OLE color: 13040283.

HSL color Cylindrical-coordinate representation of color #9BFAC6: hue angle of 147.16º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFAC6 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB155250198-
CMYK0.3800.210.02
HSL147.16º90.48%79.41%-
HSV(B)147.16º38%98.04%-
XYZ57.979.4265.7-
YUV215.67118.0384.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.70%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 198 (77.73% from 255) = 32.84%
R=25.70%
G=41.46%
B=32.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552501980.3800.210.02147.1690.4879.41
Hex9BFAC6260152935a4f
Octal233372306460252223132117
Binary100110111111101011000110100110010101101001001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,250,198); }

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

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

 a { background-color: rgb(155,250,198); }

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

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

 span { border-color: rgb(155,250,198); }

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