#93ECCA

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

Shades of Magic Mint #93ECCA

Tints of Magic Mint #93ECCA

Color information

#93ECCA (or 0x93ECCA) is unknown color: approx Magic Mint. HEX triplet: 93, EC and CA. RGB value is (147,236,202). Sum of RGB (Red+Green+Blue) = 147+236+202=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECCA is #6C1335. Grayscale: #CDCDCD. Windows color (decimal): -7082806 or 13298835. OLE color: 13298835.

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

Color convert

RGB147236202-
CMYK0.3800.140.07
HSL157.08º70.08%75.1%-
HSV(B)157.08º37.71%92.55%-
XYZ52.6970.4666.7-
YUV205.51126.0186.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.13%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=25.13%
G=40.34%
B=34.53%

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
Decimal1472362020.3800.140.07157.0870.0875.1
Hex93ECCA260E79d464b
Octal223354312460167235106113
Binary100100111110110011001010100110011101111001110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,236,202); }

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

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

 a { background-color: rgb(147,236,202); }

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

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

 span { border-color: rgb(147,236,202); }

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