Html Css Color HEX #94FEC5 Magic Mint

📋 copy color: '#94FEC5'

red 148 ◦ green 254 ◦ blue 197

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

Shades of Magic Mint #94FEC5

Tints of Magic Mint #94FEC5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.4%

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

R = 24.71%
G = 42.4%
B = 32.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#94FEC5 (or 0x94FEC5) is known color: Magic Mint. HEX triplet: 94, FE and C5. RGB value is (148,254,197). Sum of RGB (Red+Green+Blue) = 148+254+197=599 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.71% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FEC5 is #6B013A. Grayscale: #D7D7D7. Windows color (decimal): -7012667 or 12975764. OLE color: 12975764.

HSL color Cylindrical-coordinate representation of color #94FEC5: hue angle of 147.74º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FEC5 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 254 197 -
CMYK 0.42 0 0.22 0.00
HSL 147.74º 0.98% 0.79% -
HSV(B) 147.74º 0.42% 1% -
XYZ 57.73 81.21 65.46 -
YUV 215.81 117.38 79.63 -
System Red Green Blue C M Y K H S L
Decimal 148 254 197 0.42 0 0.22 0.00 147.74 0.98 0.79
Hex 94 FE C5 2A 0 16 0 94 62 4F
Octal 224 376 305 52 0 26 0 224 142 117
Binary 10010100 11111110 11000101 101010 0 10110 0 10010100 1100010 1001111

Color Harmonies of #94FEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FEC5

Black with #94FEC5

Text Example


Text Example

White with #94FEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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