#93EECB

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

Shades of Magic Mint #93EECB

Tints of Magic Mint #93EECB

Color information

#93EECB (or 0x93EECB) is unknown color: approx Magic Mint. HEX triplet: 93, EE and CB. RGB value is (147,238,203). Sum of RGB (Red+Green+Blue) = 147+238+203=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #93EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EECB is #6C1134. Grayscale: #CECECE. Windows color (decimal): -7082293 or 13364883. OLE color: 13364883.

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

Color convert

RGB147238203-
CMYK0.3800.150.07
HSL156.92º72.8%75.49%-
HSV(B)156.92º38.24%93.33%-
XYZ53.3971.6667.52-
YUV206.8125.8585.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25%
GREEN value IS 238 (93.36% from 255) = 40.48%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=25%
G=40.48%
B=34.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472382030.3800.150.07156.9272.875.49
Hex93EECB260F79d494b
Octal223356313460177235111113
Binary100100111110111011001011100110011111111001110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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