#9BF1C6

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

Shades of Magic Mint #9BF1C6

Tints of Magic Mint #9BF1C6

Color information

#9BF1C6 (or 0x9BF1C6) is unknown color: approx Magic Mint. HEX triplet: 9B, F1 and C6. RGB value is (155,241,198). Sum of RGB (Red+Green+Blue) = 155+241+198=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF1C6 is #640E39. Grayscale: #D2D2D2. Windows color (decimal): -6557242 or 13037979. OLE color: 13037979.

HSL color Cylindrical-coordinate representation of color #9BF1C6: hue angle of 150º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF1C6 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB155241198-
CMYK0.3600.180.05
HSL150º75.44%77.65%-
HSV(B)150º35.68%94.51%-
XYZ55.1773.9664.79-
YUV210.38121.0188.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 241 (94.53% from 255) = 40.57%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=26.09%
G=40.57%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552411980.3600.180.0515075.4477.65
Hex9BF1C6240125964b4e
Octal233361306440225226113116
Binary1001101111110001110001101001000100101011001011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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