#93EED0

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

Shades of Magic Mint #93EED0

Tints of Magic Mint #93EED0

Color information

#93EED0 (or 0x93EED0) is unknown color: approx Magic Mint. HEX triplet: 93, EE and D0. RGB value is (147,238,208). Sum of RGB (Red+Green+Blue) = 147+238+208=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #93EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EED0 is #6C112F. Grayscale: #CFCFCF. Windows color (decimal): -7082288 or 13692563. OLE color: 13692563.

HSL color Cylindrical-coordinate representation of color #93EED0: hue angle of 160.22º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EED0 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB147238208-
CMYK0.3800.130.07
HSL160.22º72.8%75.49%-
HSV(B)160.22º38.24%93.33%-
XYZ53.9971.9170.71-
YUV207.37128.3584.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.79%
GREEN value IS 238 (93.36% from 255) = 40.13%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=24.79%
G=40.13%
B=35.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472382080.3800.130.07160.2272.875.49
Hex93EED0260D7a0494b
Octal223356320460157240111113
Binary100100111110111011010000100110011011111010000010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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