#93EECE

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

Shades of Magic Mint #93EECE

Tints of Magic Mint #93EECE

Color information

#93EECE (or 0x93EECE) is unknown color: approx Magic Mint. HEX triplet: 93, EE and CE. RGB value is (147,238,206). Sum of RGB (Red+Green+Blue) = 147+238+206=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #93EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EECE is #6C1131. Grayscale: #CFCFCF. Windows color (decimal): -7082290 or 13561491. OLE color: 13561491.

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

Color convert

RGB147238206-
CMYK0.3800.130.07
HSL158.9º72.8%75.49%-
HSV(B)158.9º38.24%93.33%-
XYZ53.7571.8169.42-
YUV207.14127.3585.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.87%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=24.87%
G=40.27%
B=34.86%

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
Decimal1472382060.3800.130.07158.972.875.49
Hex93EECE260D79f494b
Octal223356316460157237111113
Binary100100111110111011001110100110011011111001111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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