Html Css Color HEX #93EBC5 Magic Mint

📋 copy color: '#93EBC5'

red 147 ◦ green 235 ◦ blue 197

#93EBC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #93EBC5

Tints of Magic Mint #93EBC5

RGB

 RED value IS 147 (57.81% from 255) = 25.39%

 GREEN value IS 235 (92.19% from 255) = 40.59%

 BLUE value IS 197 (77.34% from 255) = 34.02%

R = 25.39%
G = 40.59%
B = 34.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#93EBC5 (or 0x93EBC5) is known color: Magic Mint. HEX triplet: 93, EB and C5. RGB value is (147,235,197). Sum of RGB (Red+Green+Blue) = 147+235+197=579 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.39% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EBC5 is #6C143A. Grayscale: #CCCCCC. Windows color (decimal): -7083067 or 12970899. OLE color: 12970899.

HSL color Cylindrical-coordinate representation of color #93EBC5: hue angle of 154.09º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBC5 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 235 197 -
CMYK 0.37 0 0.16 0.08
HSL 154.09º 0.69% 0.75% -
HSV(B) 154.09º 0.37% 0.92% -
XYZ 51.82 69.65 63.54 -
YUV 204.36 123.85 87.09 -
System Red Green Blue C M Y K H S L
Decimal 147 235 197 0.37 0 0.16 0.08 154.09 0.69 0.75
Hex 93 EB C5 25 0 10 8 9A 45 4B
Octal 223 353 305 45 0 20 10 232 105 113
Binary 10010011 11101011 11000101 100101 0 10000 1000 10011010 1000101 1001011

Color Harmonies of #93EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EBC5

Black with #93EBC5

Text Example


Text Example

White with #93EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,235,197); }

 H1.HeaderClassName
 {
   color: #93EBC5;
 }
 .AnyTagClassName
 {
   color: #93EBC5;
 }
</style>

background-color css

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

 a { background-color: rgb(147,235,197); }

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

border-color css

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

 span { border-color: rgb(147,235,197); }

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