Html Css Color HEX #94FAC0 Magic Mint

📋 copy color: '#94FAC0'

red 148 ◦ green 250 ◦ blue 192

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

Shades of Magic Mint #94FAC0

Tints of Magic Mint #94FAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.54%

R = 25.08%
G = 42.37%
B = 32.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#94FAC0 (or 0x94FAC0) is known color: Magic Mint. HEX triplet: 94, FA and C0. RGB value is (148,250,192). Sum of RGB (Red+Green+Blue) = 148+250+192=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FAC0 is #6B053F. Grayscale: #D5D5D5. Windows color (decimal): -7013696 or 12647060. OLE color: 12647060.

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

Color convert

RGB 148 250 192 -
CMYK 0.41 0 0.23 0.02
HSL 145.88º 0.91% 0.78% -
HSV(B) 145.88º 0.41% 0.98% -
XYZ 55.91 78.47 62.07 -
YUV 212.89 116.21 81.72 -
System Red Green Blue C M Y K H S L
Decimal 148 250 192 0.41 0 0.23 0.02 145.88 0.91 0.78
Hex 94 FA C0 29 0 17 2 92 5B 4E
Octal 224 372 300 51 0 27 2 222 133 116
Binary 10010100 11111010 11000000 101001 0 10111 10 10010010 1011011 1001110

Color Harmonies of #94FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FAC0

Black with #94FAC0

Text Example


Text Example

White with #94FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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