#93EEC5

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

Shades of Magic Mint #93EEC5

Tints of Magic Mint #93EEC5

Color information

#93EEC5 (or 0x93EEC5) is unknown color: approx Magic Mint. HEX triplet: 93, EE and C5. RGB value is (147,238,197). Sum of RGB (Red+Green+Blue) = 147+238+197=582 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.26% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEC5 is #6C113A. Grayscale: #CECECE. Windows color (decimal): -7082299 or 12971667. OLE color: 12971667.

HSL color Cylindrical-coordinate representation of color #93EEC5: hue angle of 152.97º 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 #93EEC5 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB147238197-
CMYK0.3800.170.07
HSL152.97º72.8%75.49%-
HSV(B)152.97º38.24%93.33%-
XYZ52.6971.3863.82-
YUV206.12122.8585.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.26%
GREEN value IS 238 (93.36% from 255) = 40.89%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=25.26%
G=40.89%
B=33.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472381970.3800.170.07152.9772.875.49
Hex93EEC526011799494b
Octal223356305460217231111113
Binary1001001111101110110001011001100100011111001100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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