#9EFDCF

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

Shades of Magic Mint #9EFDCF

Tints of Magic Mint #9EFDCF

Color information

#9EFDCF (or 0x9EFDCF) is unknown color: approx Magic Mint. HEX triplet: 9E, FD and CF. RGB value is (158,253,207). Sum of RGB (Red+Green+Blue) = 158+253+207=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDCF is #610230. Grayscale: #DBDBDB. Windows color (decimal): -6357553 or 13630878. OLE color: 13630878.

HSL color Cylindrical-coordinate representation of color #9EFDCF: hue angle of 150.95º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDCF is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB158253207-
CMYK0.3800.180.01
HSL150.95º95.96%80.59%-
HSV(B)150.95º37.55%99.22%-
XYZ60.4982.0271.68-
YUV219.35121.0384.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=25.57%
G=40.94%
B=33.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582532070.3800.180.01150.9595.9680.59
Hex9EFDCF260121976051
Octal236375317460221227140121
Binary10011110111111011100111110011001001011001011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,253,207); }

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

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

 a { background-color: rgb(158,253,207); }

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

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

 span { border-color: rgb(158,253,207); }

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