Html Css Color HEX #93FBC0 Magic Mint

📋 copy color: '#93FBC0'

red 147 ◦ green 251 ◦ blue 192

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

Shades of Magic Mint #93FBC0

Tints of Magic Mint #93FBC0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.54%

 BLUE value IS 192 (75.39% from 255) = 32.54%

R = 24.92%
G = 42.54%
B = 32.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#93FBC0 (or 0x93FBC0) is known color: Magic Mint. HEX triplet: 93, FB and C0. RGB value is (147,251,192). Sum of RGB (Red+Green+Blue) = 147+251+192=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FBC0 is #6C043F. Grayscale: #D5D5D5. Windows color (decimal): -7078976 or 12647315. OLE color: 12647315.

HSL color Cylindrical-coordinate representation of color #93FBC0: hue angle of 145.96º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FBC0 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 251 192 -
CMYK 0.41 0 0.24 0.02
HSL 145.96º 0.93% 0.78% -
HSV(B) 145.96º 0.41% 0.98% -
XYZ 56.04 79 62.16 -
YUV 213.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 147 251 192 0.41 0 0.24 0.02 145.96 0.93 0.78
Hex 93 FB C0 29 0 18 2 92 5D 4E
Octal 223 373 300 51 0 30 2 222 135 116
Binary 10010011 11111011 11000000 101001 0 11000 10 10010010 1011101 1001110

Color Harmonies of #93FBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FBC0

Black with #93FBC0

Text Example


Text Example

White with #93FBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,251,192); }

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

background-color css

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

 a { background-color: rgb(147,251,192); }

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

border-color css

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

 span { border-color: rgb(147,251,192); }

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