#93F0D0

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

Shades of Magic Mint #93F0D0

Tints of Magic Mint #93F0D0

Color information

#93F0D0 (or 0x93F0D0) is unknown color: approx Magic Mint. HEX triplet: 93, F0 and D0. RGB value is (147,240,208). Sum of RGB (Red+Green+Blue) = 147+240+208=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0D0 is #6C0F2F. Grayscale: #D0D0D0. Windows color (decimal): -7081776 or 13693075. OLE color: 13693075.

HSL color Cylindrical-coordinate representation of color #93F0D0: hue angle of 159.35º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0D0 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB147240208-
CMYK0.3900.130.06
HSL159.35º75.61%75.88%-
HSV(B)159.35º38.75%94.12%-
XYZ54.5873.0870.9-
YUV208.54127.6984.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.71%
GREEN value IS 240 (94.14% from 255) = 40.34%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=24.71%
G=40.34%
B=34.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472402080.3900.130.06159.3575.6175.88
Hex93F0D0270D69f4c4c
Octal223360320470156237114114
Binary100100111111000011010000100111011011101001111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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