#94FEB2

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

Shades of Mint Green #94FEB2

Tints of Mint Green #94FEB2

Color information

#94FEB2 (or 0x94FEB2) is unknown color: approx Mint Green. HEX triplet: 94, FE and B2. RGB value is (148,254,178). Sum of RGB (Red+Green+Blue) = 148+254+178=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FEB2 is #6B014D. Grayscale: #D5D5D5. Windows color (decimal): -7012686 or 11730580. OLE color: 11730580.

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

Color convert

RGB148254178-
CMYK0.4200.300.00
HSL136.98º98.15%78.82%-
HSV(B)136.98º41.73%99.61%-
XYZ55.6980.3954.7-
YUV213.64107.8881.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.52%
GREEN value IS 254 (99.61% from 255) = 43.79%
BLUE value IS 178 (69.92% from 255) = 30.69%
R=25.52%
G=43.79%
B=30.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482541780.4200.300.00136.9898.1578.82
Hex94FEB22A01E089624f
Octal224376262520360211142117
Binary10010100111111101011001010101001111001000100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,254,178); }

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

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

 a { background-color: rgb(148,254,178); }

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

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

 span { border-color: rgb(148,254,178); }

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