#9BF2BF

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

Shades of Magic Mint #9BF2BF

Tints of Magic Mint #9BF2BF

Color information

#9BF2BF (or 0x9BF2BF) is unknown color: approx Magic Mint. HEX triplet: 9B, F2 and BF. RGB value is (155,242,191). Sum of RGB (Red+Green+Blue) = 155+242+191=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF2BF is #640D40. Grayscale: #D2D2D2. Windows color (decimal): -6556993 or 12579483. OLE color: 12579483.

HSL color Cylindrical-coordinate representation of color #9BF2BF: hue angle of 144.83º degrees, saturation: 0.77, 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 #9BF2BF is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB155242191-
CMYK0.3600.210.05
HSL144.83º76.99%77.84%-
HSV(B)144.83º35.95%94.9%-
XYZ54.6774.2360.74-
YUV210.17117.1888.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.36%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 191 (75% from 255) = 32.48%
R=26.36%
G=41.16%
B=32.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552421910.3600.210.05144.8376.9977.84
Hex9BF2BF240155914d4e
Octal233362277440255221115116
Binary1001101111110010101111111001000101011011001000110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,242,191); }

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

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

 a { background-color: rgb(155,242,191); }

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

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

 span { border-color: rgb(155,242,191); }

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