#94F7CE

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

Shades of Magic Mint #94F7CE

Tints of Magic Mint #94F7CE

Color information

#94F7CE (or 0x94F7CE) is unknown color: approx Magic Mint. HEX triplet: 94, F7 and CE. RGB value is (148,247,206). Sum of RGB (Red+Green+Blue) = 148+247+206=601 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.63% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7CE is #6B0831. Grayscale: #D4D4D4. Windows color (decimal): -7014450 or 13563796. OLE color: 13563796.

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

Color convert

RGB148247206-
CMYK0.4000.170.03
HSL155.15º86.09%77.45%-
HSV(B)155.15º40.08%96.86%-
XYZ56.6177.2770.32-
YUV212.72124.281.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.63%
GREEN value IS 247 (96.88% from 255) = 41.10%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=24.63%
G=41.10%
B=34.28%

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
Decimal1482472060.4000.170.03155.1586.0977.45
Hex94F7CE2801139b564d
Octal224367316500213233126115
Binary100101001111011111001110101000010001111001101110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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