#9DFDCE

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

Shades of Magic Mint #9DFDCE

Tints of Magic Mint #9DFDCE

Color information

#9DFDCE (or 0x9DFDCE) is unknown color: approx Magic Mint. HEX triplet: 9D, FD and CE. RGB value is (157,253,206). Sum of RGB (Red+Green+Blue) = 157+253+206=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDCE is #620231. Grayscale: #DBDBDB. Windows color (decimal): -6423090 or 13565341. OLE color: 13565341.

HSL color Cylindrical-coordinate representation of color #9DFDCE: hue angle of 150.62º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDCE is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB157253206-
CMYK0.3800.190.01
HSL150.62º96%80.39%-
HSV(B)150.62º37.94%99.22%-
XYZ60.1781.8771.02-
YUV218.94120.783.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.49%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=25.49%
G=41.07%
B=33.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572532060.3800.190.01150.629680.39
Hex9DFDCE260131976050
Octal235375316460231227140120
Binary10011101111111011100111010011001001111001011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,253,206); }

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

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

 a { background-color: rgb(157,253,206); }

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

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

 span { border-color: rgb(157,253,206); }

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