Html Css Color HEX #93F0CE Magic Mint

📋 copy color: '#93F0CE'

red 147 ◦ green 240 ◦ blue 206

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

Shades of Magic Mint #93F0CE

Tints of Magic Mint #93F0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 24.79%
G = 40.47%
B = 34.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#93F0CE (or 0x93F0CE) is known color: Magic Mint. HEX triplet: 93, F0 and CE. RGB value is (147,240,206). Sum of RGB (Red+Green+Blue) = 147+240+206=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0CE is #6C0F31. Grayscale: #D0D0D0. Windows color (decimal): -7081778 or 13562003. OLE color: 13562003.

HSL color Cylindrical-coordinate representation of color #93F0CE: hue angle of 158.06º 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 #93F0CE is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 240 206 -
CMYK 0.39 0 0.14 0.06
HSL 158.06º 0.76% 0.76% -
HSV(B) 158.06º 0.39% 0.94% -
XYZ 54.33 72.98 69.62 -
YUV 208.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 147 240 206 0.39 0 0.14 0.06 158.06 0.76 0.76
Hex 93 F0 CE 27 0 E 6 9E 4C 4C
Octal 223 360 316 47 0 16 6 236 114 114
Binary 10010011 11110000 11001110 100111 0 1110 110 10011110 1001100 1001100

Color Harmonies of #93F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F0CE

Black with #93F0CE

Text Example


Text Example

White with #93F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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