#94F7CD

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

Shades of Magic Mint #94F7CD

Tints of Magic Mint #94F7CD

Color information

#94F7CD (or 0x94F7CD) is unknown color: approx Magic Mint. HEX triplet: 94, F7 and CD. RGB value is (148,247,205). Sum of RGB (Red+Green+Blue) = 148+247+205=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7CD is #6B0832. Grayscale: #D4D4D4. Windows color (decimal): -7014451 or 13498260. OLE color: 13498260.

HSL color Cylindrical-coordinate representation of color #94F7CD: hue angle of 154.55º 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 #94F7CD is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB148247205-
CMYK0.4000.170.03
HSL154.55º86.09%77.45%-
HSV(B)154.55º40.08%96.86%-
XYZ56.4977.2369.69-
YUV212.61123.781.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.67%
GREEN value IS 247 (96.88% from 255) = 41.17%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=24.67%
G=41.17%
B=34.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482472050.4000.170.03154.5586.0977.45
Hex94F7CD2801139b564d
Octal224367315500213233126115
Binary100101001111011111001101101000010001111001101110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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