#9EF4CF

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

Shades of Magic Mint #9EF4CF

Tints of Magic Mint #9EF4CF

Color information

#9EF4CF (or 0x9EF4CF) is unknown color: approx Magic Mint. HEX triplet: 9E, F4 and CF. RGB value is (158,244,207). Sum of RGB (Red+Green+Blue) = 158+244+207=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF4CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF4CF is #610B30. Grayscale: #D6D6D6. Windows color (decimal): -6359857 or 13628574. OLE color: 13628574.

HSL color Cylindrical-coordinate representation of color #9EF4CF: hue angle of 154.19º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF4CF is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB158244207-
CMYK0.3500.150.04
HSL154.19º79.63%78.82%-
HSV(B)154.19º35.25%95.69%-
XYZ57.7176.4870.75-
YUV214.07124.0188.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.94%
GREEN value IS 244 (95.70% from 255) = 40.07%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=25.94%
G=40.07%
B=33.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582442070.3500.150.04154.1979.6378.82
Hex9EF4CF230F49a504f
Octal236364317430174232120117
Binary100111101111010011001111100011011111001001101010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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