#9DEBCF

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

Shades of Magic Mint #9DEBCF

Tints of Magic Mint #9DEBCF

Color information

#9DEBCF (or 0x9DEBCF) is unknown color: approx Magic Mint. HEX triplet: 9D, EB and CF. RGB value is (157,235,207). Sum of RGB (Red+Green+Blue) = 157+235+207=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBCF is #621430. Grayscale: #D0D0D0. Windows color (decimal): -6427697 or 13626269. OLE color: 13626269.

HSL color Cylindrical-coordinate representation of color #9DEBCF: hue angle of 158.46º 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 #9DEBCF is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB157235207-
CMYK0.3300.120.08
HSL158.46º66.1%76.86%-
HSV(B)158.46º33.19%92.16%-
XYZ54.8871.0969.86-
YUV208.49127.1691.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.21%
GREEN value IS 235 (92.19% from 255) = 39.23%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=26.21%
G=39.23%
B=34.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572352070.3300.120.08158.4666.176.86
Hex9DEBCF210C89e424d
Octal2353533174101410236102115
Binary1001110111101011110011111000010110010001001111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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