Html Css Color HEX #94FCC2 Magic Mint

📋 copy color: '#94FCC2'

red 148 ◦ green 252 ◦ blue 194

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

Shades of Magic Mint #94FCC2

Tints of Magic Mint #94FCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.66%

R = 24.92%
G = 42.42%
B = 32.66%

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

#94FCC2 (or 0x94FCC2) is known color: Magic Mint. HEX triplet: 94, FC and C2. RGB value is (148,252,194). Sum of RGB (Red+Green+Blue) = 148+252+194=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FCC2 is #6B033D. Grayscale: #D6D6D6. Windows color (decimal): -7013182 or 12778644. OLE color: 12778644.

HSL color Cylindrical-coordinate representation of color #94FCC2: hue angle of 146.54º 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 #94FCC2 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 194 -
CMYK 0.41 0 0.23 0.01
HSL 146.54º 0.95% 0.78% -
HSV(B) 146.54º 0.41% 0.99% -
XYZ 56.76 79.81 63.45 -
YUV 214.29 116.54 80.72 -
System Red Green Blue C M Y K H S L
Decimal 148 252 194 0.41 0 0.23 0.01 146.54 0.95 0.78
Hex 94 FC C2 29 0 17 1 93 5F 4E
Octal 224 374 302 51 0 27 1 223 137 116
Binary 10010100 11111100 11000010 101001 0 10111 1 10010011 1011111 1001110

Color Harmonies of #94FCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FCC2

Black with #94FCC2

Text Example


Text Example

White with #94FCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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