#93EDCC

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

Shades of Magic Mint #93EDCC

Tints of Magic Mint #93EDCC

Color information

#93EDCC (or 0x93EDCC) is unknown color: approx Magic Mint. HEX triplet: 93, ED and CC. RGB value is (147,237,204). Sum of RGB (Red+Green+Blue) = 147+237+204=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDCC is #6C1233. Grayscale: #CECECE. Windows color (decimal): -7082548 or 13430163. OLE color: 13430163.

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

Color convert

RGB147237204-
CMYK0.3800.140.07
HSL158º71.43%75.29%-
HSV(B)158º37.97%92.94%-
XYZ53.2271.1368.05-
YUV206.33126.6885.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=25%
G=40.31%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1472372040.3800.140.0715871.4375.29
Hex93EDCC260E79e474b
Octal223355314460167236107113
Binary100100111110110111001100100110011101111001111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,237,204); }

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

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

 a { background-color: rgb(147,237,204); }

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

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

 span { border-color: rgb(147,237,204); }

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