#93FCBA

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

Shades of Magic Mint #93FCBA

Tints of Magic Mint #93FCBA

Color information

#93FCBA (or 0x93FCBA) is unknown color: approx Magic Mint. HEX triplet: 93, FC and BA. RGB value is (147,252,186). Sum of RGB (Red+Green+Blue) = 147+252+186=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCBA is #6C0345. Grayscale: #D5D5D5. Windows color (decimal): -7078726 or 12254355. OLE color: 12254355.

HSL color Cylindrical-coordinate representation of color #93FCBA: hue angle of 142.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCBA is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB147252186-
CMYK0.4200.260.01
HSL142.29º94.59%78.24%-
HSV(B)142.29º41.67%98.82%-
XYZ55.7179.3758.84-
YUV213.08112.7180.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.13%
GREEN value IS 252 (98.83% from 255) = 43.08%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=25.13%
G=43.08%
B=31.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472521860.4200.260.01142.2994.5978.24
Hex93FCBA2A01A18e5f4e
Octal223374272520321216137116
Binary10010011111111001011101010101001101011000111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,252,186); }

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

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

 a { background-color: rgb(147,252,186); }

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

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

 span { border-color: rgb(147,252,186); }

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