#94FBBA

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

Shades of Magic Mint #94FBBA

Tints of Magic Mint #94FBBA

Color information

#94FBBA (or 0x94FBBA) is unknown color: approx Magic Mint. HEX triplet: 94, FB and BA. RGB value is (148,251,186). Sum of RGB (Red+Green+Blue) = 148+251+186=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FBBA is #6B0445. Grayscale: #D4D4D4. Windows color (decimal): -7013446 or 12254100. OLE color: 12254100.

HSL color Cylindrical-coordinate representation of color #94FBBA: hue angle of 142.14º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FBBA is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB148251186-
CMYK0.4100.260.02
HSL142.14º92.79%78.24%-
HSV(B)142.14º41.04%98.43%-
XYZ55.5778.8458.74-
YUV212.79112.8881.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.30%
GREEN value IS 251 (98.44% from 255) = 42.91%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=25.30%
G=42.91%
B=31.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482511860.4100.260.02142.1492.7978.24
Hex94FBBA2901A28e5d4e
Octal224373272510322216135116
Binary100101001111101110111010101001011010101000111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,251,186); }

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

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

 a { background-color: rgb(148,251,186); }

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

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

 span { border-color: rgb(148,251,186); }

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