#9DEEBF

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

Shades of Magic Mint #9DEEBF

Tints of Magic Mint #9DEEBF

Color information

#9DEEBF (or 0x9DEEBF) is unknown color: approx Magic Mint. HEX triplet: 9D, EE and BF. RGB value is (157,238,191). Sum of RGB (Red+Green+Blue) = 157+238+191=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEBF is #621140. Grayscale: #D0D0D0. Windows color (decimal): -6426945 or 12578461. OLE color: 12578461.

HSL color Cylindrical-coordinate representation of color #9DEEBF: hue angle of 145.19º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEBF is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB157238191-
CMYK0.3400.200.07
HSL145.19º70.43%77.45%-
HSV(B)145.19º34.03%93.33%-
XYZ53.8872.0860.36-
YUV208.42118.1691.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 238 (93.36% from 255) = 40.61%
BLUE value IS 191 (75% from 255) = 32.59%
R=26.79%
G=40.61%
B=32.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572381910.3400.200.07145.1970.4377.45
Hex9DEEBF22014791464d
Octal235356277420247221106115
Binary1001110111101110101111111000100101001111001000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,238,191); }

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

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

 a { background-color: rgb(157,238,191); }

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

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

 span { border-color: rgb(157,238,191); }

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