#9DFABB

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

Shades of Magic Mint #9DFABB

Tints of Magic Mint #9DFABB

Color information

#9DFABB (or 0x9DFABB) is unknown color: approx Magic Mint. HEX triplet: 9D, FA and BB. RGB value is (157,250,187). Sum of RGB (Red+Green+Blue) = 157+250+187=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFABB is #620544. Grayscale: #D7D7D7. Windows color (decimal): -6423877 or 12319389. OLE color: 12319389.

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

Color convert

RGB157250187-
CMYK0.3700.250.02
HSL139.35º90.29%79.8%-
HSV(B)139.35º37.2%98.04%-
XYZ57.0679.1359.28-
YUV215.01112.1986.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.43%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=26.43%
G=42.09%
B=31.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572501870.3700.250.02139.3590.2979.8
Hex9DFABB2501928b5a50
Octal235372273450312213132120
Binary100111011111101010111011100101011001101000101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,250,187); }

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

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

 a { background-color: rgb(157,250,187); }

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

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

 span { border-color: rgb(157,250,187); }

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