Html Css Color HEX #93F0C6 Magic Mint

📋 copy color: '#93F0C6'

red 147 ◦ green 240 ◦ blue 198

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

Shades of Magic Mint #93F0C6

Tints of Magic Mint #93F0C6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

 BLUE value IS 198 (77.73% from 255) = 33.85%

R = 25.13%
G = 41.03%
B = 33.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#93F0C6 (or 0x93F0C6) is known color: Magic Mint. HEX triplet: 93, F0 and C6. RGB value is (147,240,198). Sum of RGB (Red+Green+Blue) = 147+240+198=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0C6 is #6C0F39. Grayscale: #CFCFCF. Windows color (decimal): -7081786 or 13037715. OLE color: 13037715.

HSL color Cylindrical-coordinate representation of color #93F0C6: hue angle of 152.9º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0C6 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 240 198 -
CMYK 0.39 0 0.18 0.06
HSL 152.9º 0.76% 0.76% -
HSV(B) 152.9º 0.39% 0.94% -
XYZ 53.39 72.6 64.63 -
YUV 207.41 122.69 84.92 -
System Red Green Blue C M Y K H S L
Decimal 147 240 198 0.39 0 0.18 0.06 152.9 0.76 0.76
Hex 93 F0 C6 27 0 12 6 99 4C 4C
Octal 223 360 306 47 0 22 6 231 114 114
Binary 10010011 11110000 11000110 100111 0 10010 110 10011001 1001100 1001100

Color Harmonies of #93F0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F0C6

Black with #93F0C6

Text Example


Text Example

White with #93F0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,240,198); }

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

background-color css

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

 a { background-color: rgb(147,240,198); }

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

border-color css

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

 span { border-color: rgb(147,240,198); }

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