#9DEBD5

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

Shades of Magic Mint #9DEBD5

Tints of Magic Mint #9DEBD5

Color information

#9DEBD5 (or 0x9DEBD5) is unknown color: approx Magic Mint. HEX triplet: 9D, EB and D5. RGB value is (157,235,213). Sum of RGB (Red+Green+Blue) = 157+235+213=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBD5 is #62142A. Grayscale: #D1D1D1. Windows color (decimal): -6427691 or 14019485. OLE color: 14019485.

HSL color Cylindrical-coordinate representation of color #9DEBD5: hue angle of 163.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBD5 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB157235213-
CMYK0.3300.090.08
HSL163.08º66.1%76.86%-
HSV(B)163.08º33.19%92.16%-
XYZ55.6271.3973.8-
YUV209.17130.1690.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.95%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=25.95%
G=38.84%
B=35.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572352130.3300.090.08163.0866.176.86
Hex9DEBD521098a3424d
Octal2353533254101110243102115
Binary1001110111101011110101011000010100110001010001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,235,213); }

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

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

 a { background-color: rgb(157,235,213); }

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

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

 span { border-color: rgb(157,235,213); }

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