#9DFABE

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

Shades of Magic Mint #9DFABE

Tints of Magic Mint #9DFABE

Color information

#9DFABE (or 0x9DFABE) is unknown color: approx Magic Mint. HEX triplet: 9D, FA and BE. RGB value is (157,250,190). Sum of RGB (Red+Green+Blue) = 157+250+190=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFABE is #620541. Grayscale: #D7D7D7. Windows color (decimal): -6423874 or 12515997. OLE color: 12515997.

HSL color Cylindrical-coordinate representation of color #9DFABE: hue angle of 141.29º 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 #9DFABE is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB157250190-
CMYK0.3700.240.02
HSL141.29º90.29%79.8%-
HSV(B)141.29º37.2%98.04%-
XYZ57.3879.2660.99-
YUV215.35113.6986.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.30%
GREEN value IS 250 (98.05% from 255) = 41.88%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=26.30%
G=41.88%
B=31.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572501900.3700.240.02141.2990.2979.8
Hex9DFABE2501828d5a50
Octal235372276450302215132120
Binary100111011111101010111110100101011000101000110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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