#94EFD5

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

Shades of Magic Mint #94EFD5

Tints of Magic Mint #94EFD5

Color information

#94EFD5 (or 0x94EFD5) is unknown color: approx Magic Mint. HEX triplet: 94, EF and D5. RGB value is (148,239,213). Sum of RGB (Red+Green+Blue) = 148+239+213=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFD5 is #6B102A. Grayscale: #D0D0D0. Windows color (decimal): -7016491 or 14020500. OLE color: 14020500.

HSL color Cylindrical-coordinate representation of color #94EFD5: hue angle of 162.86º 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 #94EFD5 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB148239213-
CMYK0.3800.110.06
HSL162.86º73.98%75.88%-
HSV(B)162.86º38.08%93.73%-
XYZ55.0972.8374.11-
YUV208.83130.3584.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.67%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 213 (83.59% from 255) = 35.5%
R=24.67%
G=39.83%
B=35.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482392130.3800.110.06162.8673.9875.88
Hex94EFD5260B6a34a4c
Octal224357325460136243112114
Binary100101001110111111010101100110010111101010001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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