#9EFCCF

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

Shades of Magic Mint #9EFCCF

Tints of Magic Mint #9EFCCF

Color information

#9EFCCF (or 0x9EFCCF) is unknown color: approx Magic Mint. HEX triplet: 9E, FC and CF. RGB value is (158,252,207). Sum of RGB (Red+Green+Blue) = 158+252+207=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCCF is #610330. Grayscale: #DADADA. Windows color (decimal): -6357809 or 13630622. OLE color: 13630622.

HSL color Cylindrical-coordinate representation of color #9EFCCF: hue angle of 151.28º 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 #9EFCCF is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB158252207-
CMYK0.3700.180.01
HSL151.28º94%80.39%-
HSV(B)151.28º37.3%98.82%-
XYZ60.1781.3971.57-
YUV218.76121.3684.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.61%
GREEN value IS 252 (98.83% from 255) = 40.84%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=25.61%
G=40.84%
B=33.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582522070.3700.180.01151.289480.39
Hex9EFCCF250121975e50
Octal236374317450221227136120
Binary10011110111111001100111110010101001011001011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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