Html Css Color HEX #94FDC7 Magic Mint

📋 copy color: '#94FDC7'

red 148 ◦ green 253 ◦ blue 199

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

Shades of Magic Mint #94FDC7

Tints of Magic Mint #94FDC7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.17%

 BLUE value IS 199 (78.13% from 255) = 33.17%

R = 24.67%
G = 42.17%
B = 33.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#94FDC7 (or 0x94FDC7) is known color: Magic Mint. HEX triplet: 94, FD and C7. RGB value is (148,253,199). Sum of RGB (Red+Green+Blue) = 148+253+199=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDC7 is #6B0238. Grayscale: #D7D7D7. Windows color (decimal): -7012921 or 13106580. OLE color: 13106580.

HSL color Cylindrical-coordinate representation of color #94FDC7: hue angle of 149.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDC7 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 253 199 -
CMYK 0.42 0 0.21 0.01
HSL 149.14º 0.96% 0.79% -
HSV(B) 149.14º 0.42% 0.99% -
XYZ 57.65 80.67 66.57 -
YUV 215.45 118.71 79.89 -
System Red Green Blue C M Y K H S L
Decimal 148 253 199 0.42 0 0.21 0.01 149.14 0.96 0.79
Hex 94 FD C7 2A 0 15 1 95 60 4F
Octal 224 375 307 52 0 25 1 225 140 117
Binary 10010100 11111101 11000111 101010 0 10101 1 10010101 1100000 1001111

Color Harmonies of #94FDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FDC7

Black with #94FDC7

Text Example


Text Example

White with #94FDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,253,199); }

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

background-color css

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

 a { background-color: rgb(148,253,199); }

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

border-color css

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

 span { border-color: rgb(148,253,199); }

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