#9DEFBE

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

Shades of Magic Mint #9DEFBE

Tints of Magic Mint #9DEFBE

Color information

#9DEFBE (or 0x9DEFBE) is unknown color: approx Magic Mint. HEX triplet: 9D, EF and BE. RGB value is (157,239,190). Sum of RGB (Red+Green+Blue) = 157+239+190=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFBE is #621041. Grayscale: #D1D1D1. Windows color (decimal): -6426690 or 12513181. OLE color: 12513181.

HSL color Cylindrical-coordinate representation of color #9DEFBE: hue angle of 144.15º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFBE is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB157239190-
CMYK0.3400.210.06
HSL144.15º71.93%77.65%-
HSV(B)144.15º34.31%93.73%-
XYZ54.0772.6259.88-
YUV208.9117.3390.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=26.79%
G=40.78%
B=32.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572391900.3400.210.06144.1571.9377.65
Hex9DEFBE22015690484e
Octal235357276420256220110116
Binary1001110111101111101111101000100101011101001000010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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