#93FFBB

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

Shades of Magic Mint #93FFBB

Tints of Magic Mint #93FFBB

Color information

#93FFBB (or 0x93FFBB) is unknown color: approx Magic Mint. HEX triplet: 93, FF and BB. RGB value is (147,255,187). Sum of RGB (Red+Green+Blue) = 147+255+187=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFBB is #6C0044. Grayscale: #D7D7D7. Windows color (decimal): -7077957 or 12320659. OLE color: 12320659.

HSL color Cylindrical-coordinate representation of color #93FFBB: hue angle of 142.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FFBB is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB147255187-
CMYK0.4200.270
HSL142.22º100%78.82%-
HSV(B)142.22º42.35%100%-
XYZ56.7681.3159.72-
YUV214.96112.2279.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.96%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=24.96%
G=43.29%
B=31.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472551870.4200.270142.2210078.82
Hex93FFBB2A01B08e644f
Octal223377273520330216144117
Binary10010011111111111011101110101001101101000111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,255,187); }

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

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

 a { background-color: rgb(147,255,187); }

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

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

 span { border-color: rgb(147,255,187); }

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