Html Css Color HEX #93F0CF Magic Mint

📋 copy color: '#93F0CF'

red 147 ◦ green 240 ◦ blue 207

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

Shades of Magic Mint #93F0CF

Tints of Magic Mint #93F0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 24.75%
G = 40.4%
B = 34.85%

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

#93F0CF (or 0x93F0CF) is known color: Magic Mint. HEX triplet: 93, F0 and CF. RGB value is (147,240,207). Sum of RGB (Red+Green+Blue) = 147+240+207=594 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.75% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0CF is #6C0F30. Grayscale: #D0D0D0. Windows color (decimal): -7081777 or 13627539. OLE color: 13627539.

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

Color convert

RGB 147 240 207 -
CMYK 0.39 0 0.14 0.06
HSL 158.71º 0.76% 0.76% -
HSV(B) 158.71º 0.39% 0.94% -
XYZ 54.46 73.03 70.26 -
YUV 208.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 147 240 207 0.39 0 0.14 0.06 158.71 0.76 0.76
Hex 93 F0 CF 27 0 E 6 9F 4C 4C
Octal 223 360 317 47 0 16 6 237 114 114
Binary 10010011 11110000 11001111 100111 0 1110 110 10011111 1001100 1001100

Color Harmonies of #93F0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F0CF

Black with #93F0CF

Text Example


Text Example

White with #93F0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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