Html Css Color HEX #94F8C5 Magic Mint

📋 copy color: '#94F8C5'

red 148 ◦ green 248 ◦ blue 197

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

Shades of Magic Mint #94F8C5

Tints of Magic Mint #94F8C5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.82%

 BLUE value IS 197 (77.34% from 255) = 33.22%

R = 24.96%
G = 41.82%
B = 33.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#94F8C5 (or 0x94F8C5) is known color: Magic Mint. HEX triplet: 94, F8 and C5. RGB value is (148,248,197). Sum of RGB (Red+Green+Blue) = 148+248+197=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F8C5 is #6B073A. Grayscale: #D4D4D4. Windows color (decimal): -7014203 or 12974228. OLE color: 12974228.

HSL color Cylindrical-coordinate representation of color #94F8C5: hue angle of 149.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F8C5 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 248 197 -
CMYK 0.40 0 0.21 0.03
HSL 149.4º 0.88% 0.78% -
HSV(B) 149.4º 0.4% 0.97% -
XYZ 55.86 77.46 64.83 -
YUV 212.29 119.37 82.15 -
System Red Green Blue C M Y K H S L
Decimal 148 248 197 0.40 0 0.21 0.03 149.4 0.88 0.78
Hex 94 F8 C5 28 0 15 3 95 58 4E
Octal 224 370 305 50 0 25 3 225 130 116
Binary 10010100 11111000 11000101 101000 0 10101 11 10010101 1011000 1001110

Color Harmonies of #94F8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F8C5

Black with #94F8C5

Text Example


Text Example

White with #94F8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,248,197); }

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

background-color css

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

 a { background-color: rgb(148,248,197); }

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

border-color css

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

 span { border-color: rgb(148,248,197); }

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