#93F0CA

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

Shades of Magic Mint #93F0CA

Tints of Magic Mint #93F0CA

Color information

#93F0CA (or 0x93F0CA) is unknown color: approx Magic Mint. HEX triplet: 93, F0 and CA. RGB value is (147,240,202). Sum of RGB (Red+Green+Blue) = 147+240+202=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0CA is #6C0F35. Grayscale: #CFCFCF. Windows color (decimal): -7081782 or 13299859. OLE color: 13299859.

HSL color Cylindrical-coordinate representation of color #93F0CA: hue angle of 155.48º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0CA is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB147240202-
CMYK0.3900.160.06
HSL155.48º75.61%75.88%-
HSV(B)155.48º38.75%94.12%-
XYZ53.8572.7967.09-
YUV207.86124.6984.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.96%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=24.96%
G=40.75%
B=34.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472402020.3900.160.06155.4875.6175.88
Hex93F0CA2701069b4c4c
Octal223360312470206233114114
Binary1001001111110000110010101001110100001101001101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,240,202); }

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

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

 a { background-color: rgb(147,240,202); }

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

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

 span { border-color: rgb(147,240,202); }

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