Html Css Color HEX #93FCC0 Magic Mint

📋 copy color: '#93FCC0'

red 147 ◦ green 252 ◦ blue 192

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

Shades of Magic Mint #93FCC0

Tints of Magic Mint #93FCC0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.64%

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

R = 24.87%
G = 42.64%
B = 32.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#93FCC0 (or 0x93FCC0) is known color: Magic Mint. HEX triplet: 93, FC and C0. RGB value is (147,252,192). Sum of RGB (Red+Green+Blue) = 147+252+192=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCC0 is #6C033F. Grayscale: #D5D5D5. Windows color (decimal): -7078720 or 12647571. OLE color: 12647571.

HSL color Cylindrical-coordinate representation of color #93FCC0: hue angle of 145.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCC0 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 252 192 -
CMYK 0.42 0 0.24 0.01
HSL 145.71º 0.95% 0.78% -
HSV(B) 145.71º 0.42% 0.99% -
XYZ 56.36 79.63 62.27 -
YUV 213.77 115.71 80.38 -
System Red Green Blue C M Y K H S L
Decimal 147 252 192 0.42 0 0.24 0.01 145.71 0.95 0.78
Hex 93 FC C0 2A 0 18 1 92 5F 4E
Octal 223 374 300 52 0 30 1 222 137 116
Binary 10010011 11111100 11000000 101010 0 11000 1 10010010 1011111 1001110

Color Harmonies of #93FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FCC0

Black with #93FCC0

Text Example


Text Example

White with #93FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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