#94EFD1

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

Shades of Magic Mint #94EFD1

Tints of Magic Mint #94EFD1

Color information

#94EFD1 (or 0x94EFD1) is unknown color: approx Magic Mint. HEX triplet: 94, EF and D1. RGB value is (148,239,209). Sum of RGB (Red+Green+Blue) = 148+239+209=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFD1 is #6B102E. Grayscale: #D0D0D0. Windows color (decimal): -7016495 or 13758356. OLE color: 13758356.

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

Color convert

RGB148239209-
CMYK0.3800.130.06
HSL160.22º73.98%75.88%-
HSV(B)160.22º38.08%93.73%-
XYZ54.5972.6371.46-
YUV208.37128.3584.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.83%
GREEN value IS 239 (93.75% from 255) = 40.10%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=24.83%
G=40.10%
B=35.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482392090.3800.130.06160.2273.9875.88
Hex94EFD1260D6a04a4c
Octal224357321460156240112114
Binary100101001110111111010001100110011011101010000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,239,209); }

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

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

 a { background-color: rgb(148,239,209); }

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

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

 span { border-color: rgb(148,239,209); }

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