Html Css Color HEX #94F6C5 Magic Mint

📋 copy color: '#94F6C5'

red 148 ◦ green 246 ◦ blue 197

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

Shades of Magic Mint #94F6C5

Tints of Magic Mint #94F6C5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.62%

 BLUE value IS 197 (77.34% from 255) = 33.33%

R = 25.04%
G = 41.62%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#94F6C5 (or 0x94F6C5) is known color: Magic Mint. HEX triplet: 94, F6 and C5. RGB value is (148,246,197). Sum of RGB (Red+Green+Blue) = 148+246+197=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6C5 is #6B093A. Grayscale: #D3D3D3. Windows color (decimal): -7014715 or 12973716. OLE color: 12973716.

HSL color Cylindrical-coordinate representation of color #94F6C5: hue angle of 150º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F6C5 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 246 197 -
CMYK 0.40 0 0.20 0.04
HSL 150º 0.84% 0.77% -
HSV(B) 150º 0.4% 0.96% -
XYZ 55.25 76.24 64.63 -
YUV 211.11 120.03 82.98 -
System Red Green Blue C M Y K H S L
Decimal 148 246 197 0.40 0 0.20 0.04 150 0.84 0.77
Hex 94 F6 C5 28 0 14 4 96 54 4D
Octal 224 366 305 50 0 24 4 226 124 115
Binary 10010100 11110110 11000101 101000 0 10100 100 10010110 1010100 1001101

Color Harmonies of #94F6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F6C5

Black with #94F6C5

Text Example


Text Example

White with #94F6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,246,197); }

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

background-color css

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

 a { background-color: rgb(148,246,197); }

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

border-color css

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

 span { border-color: rgb(148,246,197); }

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