#9DF9BD

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

Shades of Magic Mint #9DF9BD

Tints of Magic Mint #9DF9BD

Color information

#9DF9BD (or 0x9DF9BD) is unknown color: approx Magic Mint. HEX triplet: 9D, F9 and BD. RGB value is (157,249,189). Sum of RGB (Red+Green+Blue) = 157+249+189=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF9BD is #620642. Grayscale: #D6D6D6. Windows color (decimal): -6424131 or 12450205. OLE color: 12450205.

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

Color convert

RGB157249189-
CMYK0.3700.240.02
HSL140.87º88.46%79.61%-
HSV(B)140.87º36.95%97.65%-
XYZ56.9778.5960.31-
YUV214.65113.5286.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.39%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=26.39%
G=41.85%
B=31.76%

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
Decimal1572491890.3700.240.02140.8788.4679.61
Hex9DF9BD2501828d5850
Octal235371275450302215130120
Binary100111011111100110111101100101011000101000110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,249,189); }

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

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

 a { background-color: rgb(157,249,189); }

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

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

 span { border-color: rgb(157,249,189); }

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