#9DE6C6

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

Shades of Magic Mint #9DE6C6

Tints of Magic Mint #9DE6C6

Color information

#9DE6C6 (or 0x9DE6C6) is unknown color: approx Magic Mint. HEX triplet: 9D, E6 and C6. RGB value is (157,230,198). Sum of RGB (Red+Green+Blue) = 157+230+198=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE6C6 is #621939. Grayscale: #CCCCCC. Windows color (decimal): -6428986 or 13035165. OLE color: 13035165.

HSL color Cylindrical-coordinate representation of color #9DE6C6: hue angle of 153.7º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE6C6 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB157230198-
CMYK0.3200.140.10
HSL153.7º59.35%75.88%-
HSV(B)153.7º31.74%90.2%-
XYZ52.3967.8463.76-
YUV204.52124.3294.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.84%
GREEN value IS 230 (90.23% from 255) = 39.32%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=26.84%
G=39.32%
B=33.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572301980.3200.140.10153.759.3575.88
Hex9DE6C6200EA9a3b4c
Octal235346306400161223273114
Binary100111011110011011000110100000011101010100110101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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