#93EFC0

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

Shades of Magic Mint #93EFC0

Tints of Magic Mint #93EFC0

Color information

#93EFC0 (or 0x93EFC0) is unknown color: approx Magic Mint. HEX triplet: 93, EF and C0. RGB value is (147,239,192). Sum of RGB (Red+Green+Blue) = 147+239+192=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFC0 is #6C103F. Grayscale: #CECECE. Windows color (decimal): -7082048 or 12644243. OLE color: 12644243.

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

Color convert

RGB147239192-
CMYK0.3800.200.06
HSL149.35º74.19%75.69%-
HSV(B)149.35º38.49%93.73%-
XYZ52.4171.7460.95-
YUV206.13120.0285.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.43%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=25.43%
G=41.35%
B=33.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472391920.3800.200.06149.3574.1975.69
Hex93EFC0260146954a4c
Octal223357300460246225112114
Binary1001001111101111110000001001100101001101001010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93EFC0; }

 p { color: rgb(147,239,192); }

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

<style>
 a { background-color: #93EFC0; }

 a { background-color: rgb(147,239,192); }

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

<style>
 span { border-color: #93EFC0; }

 span { border-color: rgb(147,239,192); }

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