#93F4CD

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

Shades of Magic Mint #93F4CD

Tints of Magic Mint #93F4CD

Color information

#93F4CD (or 0x93F4CD) is unknown color: approx Magic Mint. HEX triplet: 93, F4 and CD. RGB value is (147,244,205). Sum of RGB (Red+Green+Blue) = 147+244+205=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #93F4CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F4CD is #6C0B32. Grayscale: #D2D2D2. Windows color (decimal): -7080755 or 13497491. OLE color: 13497491.

HSL color Cylindrical-coordinate representation of color #93F4CD: hue angle of 155.88º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F4CD is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB147244205-
CMYK0.4000.160.04
HSL155.88º81.51%76.67%-
HSV(B)155.88º39.75%95.69%-
XYZ55.475.3169.37-
YUV210.55124.8682.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.66%
GREEN value IS 244 (95.70% from 255) = 40.94%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=24.66%
G=40.94%
B=34.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472442050.4000.160.04155.8881.5176.67
Hex93F4CD2801049c524d
Octal223364315500204234122115
Binary1001001111110100110011011010000100001001001110010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,244,205); }

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

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

 a { background-color: rgb(147,244,205); }

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

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

 span { border-color: rgb(147,244,205); }

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