#9DEACF

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

Shades of Magic Mint #9DEACF

Tints of Magic Mint #9DEACF

Color information

#9DEACF (or 0x9DEACF) is unknown color: approx Magic Mint. HEX triplet: 9D, EA and CF. RGB value is (157,234,207). Sum of RGB (Red+Green+Blue) = 157+234+207=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEACF is #621530. Grayscale: #CFCFCF. Windows color (decimal): -6427953 or 13626013. OLE color: 13626013.

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

Color convert

RGB157234207-
CMYK0.3300.120.08
HSL158.96º64.71%76.67%-
HSV(B)158.96º32.91%91.76%-
XYZ54.5970.5269.77-
YUV207.9127.4991.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=26.25%
G=39.13%
B=34.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572342070.3300.120.08158.9664.7176.67
Hex9DEACF210C89f414d
Octal2353523174101410237101115
Binary1001110111101010110011111000010110010001001111110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,234,207); }

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

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

 a { background-color: rgb(157,234,207); }

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

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

 span { border-color: rgb(157,234,207); }

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