#93F4BE

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

Shades of Magic Mint #93F4BE

Tints of Magic Mint #93F4BE

Color information

#93F4BE (or 0x93F4BE) is unknown color: approx Magic Mint. HEX triplet: 93, F4 and BE. RGB value is (147,244,190). Sum of RGB (Red+Green+Blue) = 147+244+190=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #93F4BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F4BE is #6C0B41. Grayscale: #D0D0D0. Windows color (decimal): -7080770 or 12514451. OLE color: 12514451.

HSL color Cylindrical-coordinate representation of color #93F4BE: hue angle of 146.6º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F4BE is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB147244190-
CMYK0.4000.220.04
HSL146.6º81.51%76.67%-
HSV(B)146.6º39.75%95.69%-
XYZ53.6874.6260.29-
YUV208.84117.3683.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.30%
GREEN value IS 244 (95.70% from 255) = 42.00%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=25.30%
G=42.00%
B=32.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472441900.4000.220.04146.681.5176.67
Hex93F4BE28016493524d
Octal223364276500264223122115
Binary1001001111110100101111101010000101101001001001110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F4BE; }

 p { color: rgb(147,244,190); }

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

<style>
 a { background-color: #93F4BE; }

 a { background-color: rgb(147,244,190); }

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

<style>
 span { border-color: #93F4BE; }

 span { border-color: rgb(147,244,190); }

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