Html Css Color HEX #94FAC2 Magic Mint

📋 copy color: '#94FAC2'

red 148 ◦ green 250 ◦ blue 194

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

Shades of Magic Mint #94FAC2

Tints of Magic Mint #94FAC2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.23%

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

R = 25%
G = 42.23%
B = 32.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#94FAC2 (or 0x94FAC2) is known color: Magic Mint. HEX triplet: 94, FA and C2. RGB value is (148,250,194). Sum of RGB (Red+Green+Blue) = 148+250+194=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FAC2 is #6B053D. Grayscale: #D5D5D5. Windows color (decimal): -7013694 or 12778132. OLE color: 12778132.

HSL color Cylindrical-coordinate representation of color #94FAC2: hue angle of 147.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FAC2 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 250 194 -
CMYK 0.41 0 0.22 0.02
HSL 147.06º 0.91% 0.78% -
HSV(B) 147.06º 0.41% 0.98% -
XYZ 56.14 78.56 63.24 -
YUV 213.12 117.21 81.55 -
System Red Green Blue C M Y K H S L
Decimal 148 250 194 0.41 0 0.22 0.02 147.06 0.91 0.78
Hex 94 FA C2 29 0 16 2 93 5B 4E
Octal 224 372 302 51 0 26 2 223 133 116
Binary 10010100 11111010 11000010 101001 0 10110 10 10010011 1011011 1001110

Color Harmonies of #94FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FAC2

Black with #94FAC2

Text Example


Text Example

White with #94FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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