#9EFCD0

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

Shades of Magic Mint #9EFCD0

Tints of Magic Mint #9EFCD0

Color information

#9EFCD0 (or 0x9EFCD0) is unknown color: approx Magic Mint. HEX triplet: 9E, FC and D0. RGB value is (158,252,208). Sum of RGB (Red+Green+Blue) = 158+252+208=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCD0 is #61032F. Grayscale: #DADADA. Windows color (decimal): -6357808 or 13696158. OLE color: 13696158.

HSL color Cylindrical-coordinate representation of color #9EFCD0: hue angle of 151.91º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCD0 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB158252208-
CMYK0.3700.170.01
HSL151.91º94%80.39%-
HSV(B)151.91º37.3%98.82%-
XYZ60.381.4472.22-
YUV218.88121.8684.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=25.57%
G=40.78%
B=33.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582522080.3700.170.01151.919480.39
Hex9EFCD0250111985e50
Octal236374320450211230136120
Binary10011110111111001101000010010101000111001100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,252,208); }

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

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

 a { background-color: rgb(158,252,208); }

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

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

 span { border-color: rgb(158,252,208); }

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