#9DFDBA

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

Shades of Magic Mint #9DFDBA

Tints of Magic Mint #9DFDBA

Color information

#9DFDBA (or 0x9DFDBA) is unknown color: approx Magic Mint. HEX triplet: 9D, FD and BA. RGB value is (157,253,186). Sum of RGB (Red+Green+Blue) = 157+253+186=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDBA is #620245. Grayscale: #D8D8D8. Windows color (decimal): -6423110 or 12254621. OLE color: 12254621.

HSL color Cylindrical-coordinate representation of color #9DFDBA: hue angle of 138.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDBA is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB157253186-
CMYK0.3800.260.01
HSL138.12º96%80.39%-
HSV(B)138.12º37.94%99.22%-
XYZ57.8980.9659.03-
YUV216.66110.785.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.34%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=26.34%
G=42.45%
B=31.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572531860.3800.260.01138.129680.39
Hex9DFDBA2601A18a6050
Octal235375272460321212140120
Binary10011101111111011011101010011001101011000101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,253,186); }

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

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

 a { background-color: rgb(157,253,186); }

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

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

 span { border-color: rgb(157,253,186); }

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