#9FF9BB

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

Shades of Magic Mint #9FF9BB

Tints of Magic Mint #9FF9BB

Color information

#9FF9BB (or 0x9FF9BB) is unknown color: approx Magic Mint. HEX triplet: 9F, F9 and BB. RGB value is (159,249,187). Sum of RGB (Red+Green+Blue) = 159+249+187=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF9BB is #600644. Grayscale: #D7D7D7. Windows color (decimal): -6293061 or 12319135. OLE color: 12319135.

HSL color Cylindrical-coordinate representation of color #9FF9BB: hue angle of 138.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF9BB is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB159249187-
CMYK0.3600.250.02
HSL138.67º88.24%80%-
HSV(B)138.67º36.14%97.65%-
XYZ57.1478.7159.19-
YUV215.02112.1888.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.72%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=26.72%
G=41.85%
B=31.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592491870.3600.250.02138.6788.2480
Hex9FF9BB2401928b5850
Octal237371273440312213130120
Binary100111111111100110111011100100011001101000101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,249,187); }

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

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

 a { background-color: rgb(159,249,187); }

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

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

 span { border-color: rgb(159,249,187); }

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