#93F4CC

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

Shades of Magic Mint #93F4CC

Tints of Magic Mint #93F4CC

Color information

#93F4CC (or 0x93F4CC) is unknown color: approx Magic Mint. HEX triplet: 93, F4 and CC. RGB value is (147,244,204). Sum of RGB (Red+Green+Blue) = 147+244+204=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #93F4CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F4CC is #6C0B33. Grayscale: #D2D2D2. Windows color (decimal): -7080756 or 13431955. OLE color: 13431955.

HSL color Cylindrical-coordinate representation of color #93F4CC: hue angle of 155.26º 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 #93F4CC is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB147244204-
CMYK0.4000.160.04
HSL155.26º81.51%76.67%-
HSV(B)155.26º39.75%95.69%-
XYZ55.2875.2668.74-
YUV210.44124.3682.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.71%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=24.71%
G=41.01%
B=34.29%

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
Decimal1472442040.4000.160.04155.2681.5176.67
Hex93F4CC2801049b524d
Octal223364314500204233122115
Binary1001001111110100110011001010000100001001001101110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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