#9DEEBD

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

Shades of Magic Mint #9DEEBD

Tints of Magic Mint #9DEEBD

Color information

#9DEEBD (or 0x9DEEBD) is unknown color: approx Magic Mint. HEX triplet: 9D, EE and BD. RGB value is (157,238,189). Sum of RGB (Red+Green+Blue) = 157+238+189=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEBD is #621142. Grayscale: #D0D0D0. Windows color (decimal): -6426947 or 12447389. OLE color: 12447389.

HSL color Cylindrical-coordinate representation of color #9DEEBD: hue angle of 143.7º 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 #9DEEBD is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB157238189-
CMYK0.3400.210.07
HSL143.7º70.43%77.45%-
HSV(B)143.7º34.03%93.33%-
XYZ53.6671.9959.21-
YUV208.2117.1691.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 238 (93.36% from 255) = 40.75%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=26.88%
G=40.75%
B=32.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572381890.3400.210.07143.770.4377.45
Hex9DEEBD22015790464d
Octal235356275420257220106115
Binary1001110111101110101111011000100101011111001000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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