Html Css Color HEX #94F7C0 Magic Mint

📋 copy color: '#94F7C0'

red 148 ◦ green 247 ◦ blue 192

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

Shades of Magic Mint #94F7C0

Tints of Magic Mint #94F7C0

RGB

 RED value IS 148 (58.2% from 255) = 25.21%

 GREEN value IS 247 (96.88% from 255) = 42.08%

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

R = 25.21%
G = 42.08%
B = 32.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#94F7C0 (or 0x94F7C0) is known color: Magic Mint. HEX triplet: 94, F7 and C0. RGB value is (148,247,192). Sum of RGB (Red+Green+Blue) = 148+247+192=587 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.21% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7C0 is #6B083F. Grayscale: #D3D3D3. Windows color (decimal): -7014464 or 12646292. OLE color: 12646292.

HSL color Cylindrical-coordinate representation of color #94F7C0: hue angle of 146.67º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F7C0 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 247 192 -
CMYK 0.40 0 0.22 0.03
HSL 146.67º 0.86% 0.77% -
HSV(B) 146.67º 0.4% 0.97% -
XYZ 54.99 76.62 61.76 -
YUV 211.13 117.2 82.97 -
System Red Green Blue C M Y K H S L
Decimal 148 247 192 0.40 0 0.22 0.03 146.67 0.86 0.77
Hex 94 F7 C0 28 0 16 3 93 56 4D
Octal 224 367 300 50 0 26 3 223 126 115
Binary 10010100 11110111 11000000 101000 0 10110 11 10010011 1010110 1001101

Color Harmonies of #94F7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F7C0

Black with #94F7C0

Text Example


Text Example

White with #94F7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94F7C0; }

 p { color: rgb(148,247,192); }

 H1.HeaderClassName
 {
   color: #94F7C0;
 }
 .AnyTagClassName
 {
   color: #94F7C0;
 }
</style>

background-color css

<style>
 a { background-color: #94F7C0; }

 a { background-color: rgb(148,247,192); }

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

border-color css

<style>
 span { border-color: #94F7C0; }

 span { border-color: rgb(148,247,192); }

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