#9BF9BF

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

Shades of Magic Mint #9BF9BF

Tints of Magic Mint #9BF9BF

Color information

#9BF9BF (or 0x9BF9BF) is unknown color: approx Magic Mint. HEX triplet: 9B, F9 and BF. RGB value is (155,249,191). Sum of RGB (Red+Green+Blue) = 155+249+191=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF9BF is #640640. Grayscale: #D6D6D6. Windows color (decimal): -6555201 or 12581275. OLE color: 12581275.

HSL color Cylindrical-coordinate representation of color #9BF9BF: hue angle of 142.98º degrees, saturation: 0.89, 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 #9BF9BF is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB155249191-
CMYK0.3800.230.02
HSL142.98º88.68%79.22%-
HSV(B)142.98º37.75%97.65%-
XYZ56.878.4861.45-
YUV214.28114.8685.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.05%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 191 (75% from 255) = 32.10%
R=26.05%
G=41.85%
B=32.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552491910.3800.230.02142.9888.6879.22
Hex9BF9BF2601728f594f
Octal233371277460272217131117
Binary100110111111100110111111100110010111101000111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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