Html Css Color HEX #94FAC8 Magic Mint

📋 copy color: '#94FAC8'

red 148 ◦ green 250 ◦ blue 200

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

Shades of Magic Mint #94FAC8

Tints of Magic Mint #94FAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.44%

R = 24.75%
G = 41.81%
B = 33.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#94FAC8 (or 0x94FAC8) is known color: Magic Mint. HEX triplet: 94, FA and C8. RGB value is (148,250,200). Sum of RGB (Red+Green+Blue) = 148+250+200=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FAC8 is #6B0537. Grayscale: #D5D5D5. Windows color (decimal): -7013688 or 13171348. OLE color: 13171348.

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

Color convert

RGB 148 250 200 -
CMYK 0.41 0 0.2 0.02
HSL 150.59º 0.91% 0.78% -
HSV(B) 150.59º 0.41% 0.98% -
XYZ 56.82 78.84 66.87 -
YUV 213.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 148 250 200 0.41 0 0.2 0.02 150.59 0.91 0.78
Hex 94 FA C8 29 0 14 2 97 5B 4E
Octal 224 372 310 51 0 24 2 227 133 116
Binary 10010100 11111010 11001000 101001 0 10100 10 10010111 1011011 1001110

Color Harmonies of #94FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FAC8

Black with #94FAC8

Text Example


Text Example

White with #94FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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