#9BF5C7

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

Shades of Magic Mint #9BF5C7

Tints of Magic Mint #9BF5C7

Color information

#9BF5C7 (or 0x9BF5C7) is unknown color: approx Magic Mint. HEX triplet: 9B, F5 and C7. RGB value is (155,245,199). Sum of RGB (Red+Green+Blue) = 155+245+199=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF5C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF5C7 is #640A38. Grayscale: #D4D4D4. Windows color (decimal): -6556217 or 13104539. OLE color: 13104539.

HSL color Cylindrical-coordinate representation of color #9BF5C7: hue angle of 149.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF5C7 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB155245199-
CMYK0.3700.190.04
HSL149.33º81.82%78.43%-
HSV(B)149.33º36.73%96.08%-
XYZ56.4876.465.8-
YUV212.85120.1886.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.88%
GREEN value IS 245 (96.09% from 255) = 40.90%
BLUE value IS 199 (78.12% from 255) = 33.22%
R=25.88%
G=40.90%
B=33.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552451990.3700.190.04149.3381.8278.43
Hex9BF5C725013495524e
Octal233365307450234225122116
Binary1001101111110101110001111001010100111001001010110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,245,199); }

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

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

 a { background-color: rgb(155,245,199); }

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

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

 span { border-color: rgb(155,245,199); }

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