#9DE6CB

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

Shades of Magic Mint #9DE6CB

Tints of Magic Mint #9DE6CB

Color information

#9DE6CB (or 0x9DE6CB) is unknown color: approx Magic Mint. HEX triplet: 9D, E6 and CB. RGB value is (157,230,203). Sum of RGB (Red+Green+Blue) = 157+230+203=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE6CB is #621934. Grayscale: #CDCDCD. Windows color (decimal): -6428981 or 13362845. OLE color: 13362845.

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

Color convert

RGB157230203-
CMYK0.3200.120.10
HSL157.81º59.35%75.88%-
HSV(B)157.81º31.74%90.2%-
XYZ52.9868.0766.85-
YUV205.09126.8293.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.61%
GREEN value IS 230 (90.23% from 255) = 38.98%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=26.61%
G=38.98%
B=34.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572302030.3200.120.10157.8159.3575.88
Hex9DE6CB200CA9e3b4c
Octal235346313400141223673114
Binary100111011110011011001011100000011001010100111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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