#94F3BD

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

Shades of Magic Mint #94F3BD

Tints of Magic Mint #94F3BD

Color information

#94F3BD (or 0x94F3BD) is unknown color: approx Magic Mint. HEX triplet: 94, F3 and BD. RGB value is (148,243,189). Sum of RGB (Red+Green+Blue) = 148+243+189=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F3BD is #6B0C42. Grayscale: #D0D0D0. Windows color (decimal): -7015491 or 12448660. OLE color: 12448660.

HSL color Cylindrical-coordinate representation of color #94F3BD: hue angle of 145.89º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F3BD is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB148243189-
CMYK0.3900.220.05
HSL145.89º79.83%76.67%-
HSV(B)145.89º39.09%95.29%-
XYZ53.4574.0759.62-
YUV208.44117.0384.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.52%
GREEN value IS 243 (95.31% from 255) = 41.90%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=25.52%
G=41.90%
B=32.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482431890.3900.220.05145.8979.8376.67
Hex94F3BD27016592504d
Octal224363275470265222120115
Binary1001010011110011101111011001110101101011001001010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,243,189); }

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

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

 a { background-color: rgb(148,243,189); }

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

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

 span { border-color: rgb(148,243,189); }

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