#94EBC2

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

Shades of Magic Mint #94EBC2

Tints of Magic Mint #94EBC2

Color information

#94EBC2 (or 0x94EBC2) is unknown color: approx Magic Mint. HEX triplet: 94, EB and C2. RGB value is (148,235,194). Sum of RGB (Red+Green+Blue) = 148+235+194=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EBC2 is #6B143D. Grayscale: #CCCCCC. Windows color (decimal): -7017534 or 12774292. OLE color: 12774292.

HSL color Cylindrical-coordinate representation of color #94EBC2: hue angle of 151.72º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EBC2 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB148235194-
CMYK0.3700.170.08
HSL151.72º68.5%75.1%-
HSV(B)151.72º37.02%92.16%-
XYZ51.6669.6161.75-
YUV204.31122.1887.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.65%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=25.65%
G=40.73%
B=33.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351940.3700.170.08151.7268.575.1
Hex94EBC225011898454b
Octal2243533024502110230105113
Binary10010100111010111100001010010101000110001001100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,194); }

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

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

 a { background-color: rgb(148,235,194); }

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

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

 span { border-color: rgb(148,235,194); }

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