#94FDBA

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

Shades of Magic Mint #94FDBA

Tints of Magic Mint #94FDBA

Color information

#94FDBA (or 0x94FDBA) is unknown color: approx Magic Mint. HEX triplet: 94, FD and BA. RGB value is (148,253,186). Sum of RGB (Red+Green+Blue) = 148+253+186=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDBA is #6B0245. Grayscale: #D6D6D6. Windows color (decimal): -7012934 or 12254612. OLE color: 12254612.

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

Color convert

RGB148253186-
CMYK0.4200.260.01
HSL141.71º96.33%78.63%-
HSV(B)141.71º41.5%99.22%-
XYZ56.280.0958.95-
YUV213.97112.2180.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.21%
GREEN value IS 253 (99.22% from 255) = 43.10%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=25.21%
G=43.10%
B=31.69%

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
Decimal1482531860.4200.260.01141.7196.3378.63
Hex94FDBA2A01A18e604f
Octal224375272520321216140117
Binary10010100111111011011101010101001101011000111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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