Html Css Color HEX #94FDC1 Magic Mint

📋 copy color: '#94FDC1'

red 148 ◦ green 253 ◦ blue 193

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

Shades of Magic Mint #94FDC1

Tints of Magic Mint #94FDC1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.59%

 BLUE value IS 193 (75.78% from 255) = 32.49%

R = 24.92%
G = 42.59%
B = 32.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#94FDC1 (or 0x94FDC1) is known color: Magic Mint. HEX triplet: 94, FD and C1. RGB value is (148,253,193). Sum of RGB (Red+Green+Blue) = 148+253+193=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDC1 is #6B023E. Grayscale: #D6D6D6. Windows color (decimal): -7012927 or 12713364. OLE color: 12713364.

HSL color Cylindrical-coordinate representation of color #94FDC1: hue angle of 145.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDC1 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 253 193 -
CMYK 0.42 0 0.24 0.01
HSL 145.71º 0.96% 0.79% -
HSV(B) 145.71º 0.42% 0.99% -
XYZ 56.96 80.4 62.97 -
YUV 214.77 115.71 80.38 -
System Red Green Blue C M Y K H S L
Decimal 148 253 193 0.42 0 0.24 0.01 145.71 0.96 0.79
Hex 94 FD C1 2A 0 18 1 92 60 4F
Octal 224 375 301 52 0 30 1 222 140 117
Binary 10010100 11111101 11000001 101010 0 11000 1 10010010 1100000 1001111

Color Harmonies of #94FDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FDC1

Black with #94FDC1

Text Example


Text Example

White with #94FDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,253,193); }

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

background-color css

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

 a { background-color: rgb(148,253,193); }

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

border-color css

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

 span { border-color: rgb(148,253,193); }

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