#9DF5BA

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

Shades of Magic Mint #9DF5BA

Tints of Magic Mint #9DF5BA

Color information

#9DF5BA (or 0x9DF5BA) is unknown color: approx Magic Mint. HEX triplet: 9D, F5 and BA. RGB value is (157,245,186). Sum of RGB (Red+Green+Blue) = 157+245+186=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF5BA is #620A45. Grayscale: #D4D4D4. Windows color (decimal): -6425158 or 12252573. OLE color: 12252573.

HSL color Cylindrical-coordinate representation of color #9DF5BA: hue angle of 139.77º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF5BA is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB157245186-
CMYK0.3600.240.04
HSL139.77º81.48%78.82%-
HSV(B)139.77º35.92%96.08%-
XYZ55.4276.0258.21-
YUV211.96113.3588.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.70%
GREEN value IS 245 (96.09% from 255) = 41.67%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=26.70%
G=41.67%
B=31.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1572451860.3600.240.04139.7781.4878.82
Hex9DF5BA2401848c514f
Octal235365272440304214121117
Binary1001110111110101101110101001000110001001000110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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