#94FFB4

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

Shades of Mint Green #94FFB4

Tints of Mint Green #94FFB4

Color information

#94FFB4 (or 0x94FFB4) is unknown color: approx Mint Green. HEX triplet: 94, FF and B4. RGB value is (148,255,180). Sum of RGB (Red+Green+Blue) = 148+255+180=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FFB4 is #6B004B. Grayscale: #D6D6D6. Windows color (decimal): -7012428 or 11861908. OLE color: 11861908.

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

Color convert

RGB148255180-
CMYK0.4200.290
HSL137.94º100%79.02%-
HSV(B)137.94º41.96%100%-
XYZ56.2181.1155.87-
YUV214.46108.5580.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.39%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 180 (70.70% from 255) = 30.87%
R=25.39%
G=43.74%
B=30.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482551800.4200.290137.9410079.02
Hex94FFB42A01D08a644f
Octal224377264520350212144117
Binary10010100111111111011010010101001110101000101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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