#94EED0

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

Shades of Magic Mint #94EED0

Tints of Magic Mint #94EED0

Color information

#94EED0 (or 0x94EED0) is unknown color: approx Magic Mint. HEX triplet: 94, EE and D0. RGB value is (148,238,208). Sum of RGB (Red+Green+Blue) = 148+238+208=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #94EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EED0 is #6B112F. Grayscale: #CFCFCF. Windows color (decimal): -7016752 or 13692564. OLE color: 13692564.

HSL color Cylindrical-coordinate representation of color #94EED0: hue angle of 160º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EED0 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB148238208-
CMYK0.3800.130.07
HSL160º72.58%75.69%-
HSV(B)160º37.82%93.33%-
XYZ54.177270.72-
YUV207.67128.1885.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.92%
GREEN value IS 238 (93.36% from 255) = 40.07%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=24.92%
G=40.07%
B=35.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482382080.3800.130.0716072.5875.69
Hex94EED0260D7a0494c
Octal224356320460157240111114
Binary100101001110111011010000100110011011111010000010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,238,208); }

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

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

 a { background-color: rgb(148,238,208); }

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

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

 span { border-color: rgb(148,238,208); }

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