Html Css Color HEX #93F0CD Magic Mint

📋 copy color: '#93F0CD'

red 147 ◦ green 240 ◦ blue 205

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

Shades of Magic Mint #93F0CD

Tints of Magic Mint #93F0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 24.83%
G = 40.54%
B = 34.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#93F0CD (or 0x93F0CD) is known color: Magic Mint. HEX triplet: 93, F0 and CD. RGB value is (147,240,205). Sum of RGB (Red+Green+Blue) = 147+240+205=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0CD is #6C0F32. Grayscale: #D0D0D0. Windows color (decimal): -7081779 or 13496467. OLE color: 13496467.

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

Color convert

RGB 147 240 205 -
CMYK 0.39 0 0.15 0.06
HSL 157.42º 0.76% 0.76% -
HSV(B) 157.42º 0.39% 0.94% -
XYZ 54.21 72.93 68.98 -
YUV 208.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 147 240 205 0.39 0 0.15 0.06 157.42 0.76 0.76
Hex 93 F0 CD 27 0 F 6 9D 4C 4C
Octal 223 360 315 47 0 17 6 235 114 114
Binary 10010011 11110000 11001101 100111 0 1111 110 10011101 1001100 1001100

Color Harmonies of #93F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F0CD

Black with #93F0CD

Text Example


Text Example

White with #93F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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