#9DEED6

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

Shades of Magic Mint #9DEED6

Tints of Magic Mint #9DEED6

Color information

#9DEED6 (or 0x9DEED6) is unknown color: approx Magic Mint. HEX triplet: 9D, EE and D6. RGB value is (157,238,214). Sum of RGB (Red+Green+Blue) = 157+238+214=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEED6 is #621129. Grayscale: #D3D3D3. Windows color (decimal): -6426922 or 14085789. OLE color: 14085789.

HSL color Cylindrical-coordinate representation of color #9DEED6: hue angle of 162.22º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEED6 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB157238214-
CMYK0.3400.100.07
HSL162.22º70.43%77.45%-
HSV(B)162.22º34.03%93.33%-
XYZ56.6273.1774.76-
YUV211.04129.6689.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.78%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=25.78%
G=39.08%
B=35.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572382140.3400.100.07162.2270.4377.45
Hex9DEED6220A7a2464d
Octal235356326420127242106115
Binary100111011110111011010110100010010101111010001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,238,214); }

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

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

 a { background-color: rgb(157,238,214); }

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

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

 span { border-color: rgb(157,238,214); }

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