#9DDFC6

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

Shades of Magic Mint #9DDFC6

Tints of Magic Mint #9DDFC6

Color information

#9DDFC6 (or 0x9DDFC6) is unknown color: approx Magic Mint. HEX triplet: 9D, DF and C6. RGB value is (157,223,198). Sum of RGB (Red+Green+Blue) = 157+223+198=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFC6 is #622039. Grayscale: #C8C8C8. Windows color (decimal): -6430778 or 13033373. OLE color: 13033373.

HSL color Cylindrical-coordinate representation of color #9DDFC6: hue angle of 157.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFC6 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB157223198-
CMYK0.3000.110.13
HSL157.27º50.77%74.51%-
HSV(B)157.27º29.6%87.45%-
XYZ50.4964.0263.12-
YUV200.42126.6397.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.16%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=27.16%
G=38.58%
B=34.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231980.3000.110.13157.2750.7774.51
Hex9DDFC61E0BD9d334b
Octal235337306360131523563113
Binary10011101110111111100011011110010111101100111011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,223,198); }

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

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

 a { background-color: rgb(157,223,198); }

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

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

 span { border-color: rgb(157,223,198); }

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