#9DEFC3

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

Shades of Magic Mint #9DEFC3

Tints of Magic Mint #9DEFC3

Color information

#9DEFC3 (or 0x9DEFC3) is unknown color: approx Magic Mint. HEX triplet: 9D, EF and C3. RGB value is (157,239,195). Sum of RGB (Red+Green+Blue) = 157+239+195=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFC3 is #62103C. Grayscale: #D1D1D1. Windows color (decimal): -6426685 or 12840861. OLE color: 12840861.

HSL color Cylindrical-coordinate representation of color #9DEFC3: hue angle of 147.8º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFC3 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB157239195-
CMYK0.3400.180.06
HSL147.8º71.93%77.65%-
HSV(B)147.8º34.31%93.73%-
XYZ54.6272.8462.81-
YUV209.47119.8390.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.57%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 195 (76.56% from 255) = 32.99%
R=26.57%
G=40.44%
B=32.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572391950.3400.180.06147.871.9377.65
Hex9DEFC322012694484e
Octal235357303420226224110116
Binary1001110111101111110000111000100100101101001010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,239,195); }

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

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

 a { background-color: rgb(157,239,195); }

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

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

 span { border-color: rgb(157,239,195); }

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