#9DE7CC

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

Shades of Magic Mint #9DE7CC

Tints of Magic Mint #9DE7CC

Color information

#9DE7CC (or 0x9DE7CC) is unknown color: approx Magic Mint. HEX triplet: 9D, E7 and CC. RGB value is (157,231,204). Sum of RGB (Red+Green+Blue) = 157+231+204=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 231 - color contains mainly: green. Hex color #9DE7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE7CC is #621833. Grayscale: #CDCDCD. Windows color (decimal): -6428724 or 13428637. OLE color: 13428637.

HSL color Cylindrical-coordinate representation of color #9DE7CC: hue angle of 158.11º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE7CC is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB157231204-
CMYK0.3200.120.09
HSL158.11º60.66%76.08%-
HSV(B)158.11º32.03%90.59%-
XYZ53.3868.6867.57-
YUV205.8126.9893.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.52%
GREEN value IS 231 (90.62% from 255) = 39.02%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=26.52%
G=39.02%
B=34.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572312040.3200.120.09158.1160.6676.08
Hex9DE7CC200C99e3d4c
Octal235347314400141123675114
Binary100111011110011111001100100000011001001100111101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,231,204); }

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

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

 a { background-color: rgb(157,231,204); }

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

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

 span { border-color: rgb(157,231,204); }

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