#9EEACD

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

Shades of Magic Mint #9EEACD

Tints of Magic Mint #9EEACD

Color information

#9EEACD (or 0x9EEACD) is unknown color: approx Magic Mint. HEX triplet: 9E, EA and CD. RGB value is (158,234,205). Sum of RGB (Red+Green+Blue) = 158+234+205=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEACD is #611532. Grayscale: #D0D0D0. Windows color (decimal): -6362419 or 13494942. OLE color: 13494942.

HSL color Cylindrical-coordinate representation of color #9EEACD: hue angle of 157.11º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEACD is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB158234205-
CMYK0.3200.120.08
HSL157.11º64.41%76.86%-
HSV(B)157.11º32.48%91.76%-
XYZ54.5470.5268.5-
YUV207.97126.3292.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.47%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=26.47%
G=39.20%
B=34.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582342050.3200.120.08157.1164.4176.86
Hex9EEACD200C89d404d
Octal2363523154001410235100115
Binary1001111011101010110011011000000110010001001110110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,234,205); }

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

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

 a { background-color: rgb(158,234,205); }

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

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

 span { border-color: rgb(158,234,205); }

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