#93F3CF

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

Shades of Magic Mint #93F3CF

Tints of Magic Mint #93F3CF

Color information

#93F3CF (or 0x93F3CF) is unknown color: approx Magic Mint. HEX triplet: 93, F3 and CF. RGB value is (147,243,207). Sum of RGB (Red+Green+Blue) = 147+243+207=597 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.62% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #93F3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F3CF is #6C0C30. Grayscale: #D2D2D2. Windows color (decimal): -7081009 or 13628307. OLE color: 13628307.

HSL color Cylindrical-coordinate representation of color #93F3CF: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F3CF is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB147243207-
CMYK0.4000.150.05
HSL157.5º80%76.47%-
HSV(B)157.5º39.51%95.29%-
XYZ55.3574.8170.55-
YUV210.19126.282.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.62%
GREEN value IS 243 (95.31% from 255) = 40.70%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=24.62%
G=40.70%
B=34.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472432070.4000.150.05157.58076.47
Hex93F3CF280F59e504c
Octal223363317500175236120114
Binary100100111111001111001111101000011111011001111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,243,207); }

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

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

 a { background-color: rgb(147,243,207); }

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

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

 span { border-color: rgb(147,243,207); }

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