Html Css Color HEX #94FCC1 Magic Mint

📋 copy color: '#94FCC1'

red 148 ◦ green 252 ◦ blue 193

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

Shades of Magic Mint #94FCC1

Tints of Magic Mint #94FCC1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.5%

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

R = 24.96%
G = 42.5%
B = 32.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#94FCC1 (or 0x94FCC1) is known color: Magic Mint. HEX triplet: 94, FC and C1. RGB value is (148,252,193). Sum of RGB (Red+Green+Blue) = 148+252+193=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FCC1 is #6B033E. Grayscale: #D6D6D6. Windows color (decimal): -7013183 or 12713108. OLE color: 12713108.

HSL color Cylindrical-coordinate representation of color #94FCC1: hue angle of 145.96º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCC1 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 193 -
CMYK 0.41 0 0.23 0.01
HSL 145.96º 0.95% 0.78% -
HSV(B) 145.96º 0.41% 0.99% -
XYZ 56.65 79.77 62.86 -
YUV 214.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 148 252 193 0.41 0 0.23 0.01 145.96 0.95 0.78
Hex 94 FC C1 29 0 17 1 92 5F 4E
Octal 224 374 301 51 0 27 1 222 137 116
Binary 10010100 11111100 11000001 101001 0 10111 1 10010010 1011111 1001110

Color Harmonies of #94FCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FCC1

Black with #94FCC1

Text Example


Text Example

White with #94FCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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