#93F1CE

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

Shades of Magic Mint #93F1CE

Tints of Magic Mint #93F1CE

Color information

#93F1CE (or 0x93F1CE) is unknown color: approx Magic Mint. HEX triplet: 93, F1 and CE. RGB value is (147,241,206). Sum of RGB (Red+Green+Blue) = 147+241+206=594 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.75% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1CE is #6C0E31. Grayscale: #D0D0D0. Windows color (decimal): -7081522 or 13562259. OLE color: 13562259.

HSL color Cylindrical-coordinate representation of color #93F1CE: hue angle of 157.66º 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 #93F1CE is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB147241206-
CMYK0.3900.150.05
HSL157.66º77.05%76.08%-
HSV(B)157.66º39%94.51%-
XYZ54.6373.5769.71-
YUV208.9126.3683.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.75%
GREEN value IS 241 (94.53% from 255) = 40.57%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=24.75%
G=40.57%
B=34.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472412060.3900.150.05157.6677.0576.08
Hex93F1CE270F59e4d4c
Octal223361316470175236115114
Binary100100111111000111001110100111011111011001111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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