#93EFCD

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

Shades of Magic Mint #93EFCD

Tints of Magic Mint #93EFCD

Color information

#93EFCD (or 0x93EFCD) is unknown color: approx Magic Mint. HEX triplet: 93, EF and CD. RGB value is (147,239,205). Sum of RGB (Red+Green+Blue) = 147+239+205=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFCD is #6C1032. Grayscale: #CFCFCF. Windows color (decimal): -7082035 or 13496211. OLE color: 13496211.

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

Color convert

RGB147239205-
CMYK0.3800.140.06
HSL157.83º74.19%75.69%-
HSV(B)157.83º38.49%93.73%-
XYZ53.9272.3468.88-
YUV207.62126.5284.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.87%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=24.87%
G=40.44%
B=34.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472392050.3800.140.06157.8374.1975.69
Hex93EFCD260E69e4a4c
Octal223357315460166236112114
Binary100100111110111111001101100110011101101001111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,239,205); }

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

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

 a { background-color: rgb(147,239,205); }

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

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

 span { border-color: rgb(147,239,205); }

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