#94F7BF

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

Shades of Magic Mint #94F7BF

Tints of Magic Mint #94F7BF

Color information

#94F7BF (or 0x94F7BF) is unknown color: approx Magic Mint. HEX triplet: 94, F7 and BF. RGB value is (148,247,191). Sum of RGB (Red+Green+Blue) = 148+247+191=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7BF is #6B0840. Grayscale: #D3D3D3. Windows color (decimal): -7014465 or 12580756. OLE color: 12580756.

HSL color Cylindrical-coordinate representation of color #94F7BF: hue angle of 146.06º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F7BF is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB148247191-
CMYK0.4000.230.03
HSL146.06º86.09%77.45%-
HSV(B)146.06º40.08%96.86%-
XYZ54.8876.5861.18-
YUV211.02116.783.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.26%
GREEN value IS 247 (96.88% from 255) = 42.15%
BLUE value IS 191 (75% from 255) = 32.59%
R=25.26%
G=42.15%
B=32.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482471910.4000.230.03146.0686.0977.45
Hex94F7BF28017392564d
Octal224367277500273222126115
Binary100101001111011110111111101000010111111001001010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,191); }

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

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

 a { background-color: rgb(148,247,191); }

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

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

 span { border-color: rgb(148,247,191); }

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