#93F1D0

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

Shades of Magic Mint #93F1D0

Tints of Magic Mint #93F1D0

Color information

#93F1D0 (or 0x93F1D0) is unknown color: approx Magic Mint. HEX triplet: 93, F1 and D0. RGB value is (147,241,208). Sum of RGB (Red+Green+Blue) = 147+241+208=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1D0 is #6C0E2F. Grayscale: #D1D1D1. Windows color (decimal): -7081520 or 13693331. OLE color: 13693331.

HSL color Cylindrical-coordinate representation of color #93F1D0: hue angle of 158.94º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F1D0 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB147241208-
CMYK0.3900.140.05
HSL158.94º77.05%76.08%-
HSV(B)158.94º39%94.51%-
XYZ54.8773.6771-
YUV209.13127.3683.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.66%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=24.66%
G=40.44%
B=34.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472412080.3900.140.05158.9477.0576.08
Hex93F1D0270E59f4d4c
Octal223361320470165237115114
Binary100100111111000111010000100111011101011001111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,241,208); }

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

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

 a { background-color: rgb(147,241,208); }

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

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

 span { border-color: rgb(147,241,208); }

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