Html Css Color HEX #94FDB9 Magic Mint

📋 copy color: '#94FDB9'

red 148 ◦ green 253 ◦ blue 185

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

Shades of Magic Mint #94FDB9

Tints of Magic Mint #94FDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.57%

R = 25.26%
G = 43.17%
B = 31.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#94FDB9 (or 0x94FDB9) is known color: Magic Mint. HEX triplet: 94, FD and B9. RGB value is (148,253,185). Sum of RGB (Red+Green+Blue) = 148+253+185=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDB9 is #6B0246. Grayscale: #D6D6D6. Windows color (decimal): -7012935 or 12189076. OLE color: 12189076.

HSL color Cylindrical-coordinate representation of color #94FDB9: hue angle of 141.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 #94FDB9 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 253 185 -
CMYK 0.42 0 0.27 0.01
HSL 141.14º 0.96% 0.79% -
HSV(B) 141.14º 0.42% 0.99% -
XYZ 56.09 80.05 58.39 -
YUV 213.85 111.71 81.03 -
System Red Green Blue C M Y K H S L
Decimal 148 253 185 0.42 0 0.27 0.01 141.14 0.96 0.79
Hex 94 FD B9 2A 0 1B 1 8D 60 4F
Octal 224 375 271 52 0 33 1 215 140 117
Binary 10010100 11111101 10111001 101010 0 11011 1 10001101 1100000 1001111

Color Harmonies of #94FDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FDB9

Black with #94FDB9

Text Example


Text Example

White with #94FDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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