#94F4CE

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

Shades of Magic Mint #94F4CE

Tints of Magic Mint #94F4CE

Color information

#94F4CE (or 0x94F4CE) is unknown color: approx Magic Mint. HEX triplet: 94, F4 and CE. RGB value is (148,244,206). Sum of RGB (Red+Green+Blue) = 148+244+206=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #94F4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F4CE is #6B0B31. Grayscale: #D3D3D3. Windows color (decimal): -7015218 or 13563028. OLE color: 13563028.

HSL color Cylindrical-coordinate representation of color #94F4CE: hue angle of 156.25º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F4CE is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB148244206-
CMYK0.3900.160.04
HSL156.25º81.36%76.86%-
HSV(B)156.25º39.34%95.69%-
XYZ55.775.4570.02-
YUV210.96125.283.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.75%
GREEN value IS 244 (95.70% from 255) = 40.80%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=24.75%
G=40.80%
B=34.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482442060.3900.160.04156.2581.3676.86
Hex94F4CE2701049c514d
Octal224364316470204234121115
Binary1001010011110100110011101001110100001001001110010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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