#94EFCA

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

Shades of Magic Mint #94EFCA

Tints of Magic Mint #94EFCA

Color information

#94EFCA (or 0x94EFCA) is unknown color: approx Magic Mint. HEX triplet: 94, EF and CA. RGB value is (148,239,202). Sum of RGB (Red+Green+Blue) = 148+239+202=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFCA is #6B1035. Grayscale: #CFCFCF. Windows color (decimal): -7016502 or 13299604. OLE color: 13299604.

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

Color convert

RGB148239202-
CMYK0.3800.150.06
HSL155.6º73.98%75.88%-
HSV(B)155.6º38.08%93.73%-
XYZ53.7472.2967-
YUV207.57124.8585.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.13%
GREEN value IS 239 (93.75% from 255) = 40.58%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=25.13%
G=40.58%
B=34.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482392020.3800.150.06155.673.9875.88
Hex94EFCA260F69c4a4c
Octal224357312460176234112114
Binary100101001110111111001010100110011111101001110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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