#94FFBB

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

Shades of Magic Mint #94FFBB

Tints of Magic Mint #94FFBB

Color information

#94FFBB (or 0x94FFBB) is unknown color: approx Magic Mint. HEX triplet: 94, FF and BB. RGB value is (148,255,187). Sum of RGB (Red+Green+Blue) = 148+255+187=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FFBB is #6B0044. Grayscale: #D7D7D7. Windows color (decimal): -7012421 or 12320660. OLE color: 12320660.

HSL color Cylindrical-coordinate representation of color #94FFBB: hue angle of 141.87º 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 #94FFBB is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB148255187-
CMYK0.4200.270
HSL141.87º100%79.02%-
HSV(B)141.87º41.96%100%-
XYZ56.9481.459.73-
YUV215.26112.0580.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.08%
GREEN value IS 255 (100% from 255) = 43.22%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=25.08%
G=43.22%
B=31.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482551870.4200.270141.8710079.02
Hex94FFBB2A01B08e644f
Octal224377273520330216144117
Binary10010100111111111011101110101001101101000111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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