Html Css Color HEX #94FDB8 Magic Mint

📋 copy color: '#94FDB8'

red 148 ◦ green 253 ◦ blue 184

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

Shades of Magic Mint #94FDB8

Tints of Magic Mint #94FDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.45%

R = 25.3%
G = 43.25%
B = 31.45%

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

#94FDB8 (or 0x94FDB8) is known color: Magic Mint. HEX triplet: 94, FD and B8. RGB value is (148,253,184). Sum of RGB (Red+Green+Blue) = 148+253+184=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDB8 is #6B0247. Grayscale: #D5D5D5. Windows color (decimal): -7012936 or 12123540. OLE color: 12123540.

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

Color convert

RGB 148 253 184 -
CMYK 0.42 0 0.27 0.01
HSL 140.57º 0.96% 0.79% -
HSV(B) 140.57º 0.42% 0.99% -
XYZ 55.99 80.01 57.84 -
YUV 213.74 111.21 81.11 -
System Red Green Blue C M Y K H S L
Decimal 148 253 184 0.42 0 0.27 0.01 140.57 0.96 0.79
Hex 94 FD B8 2A 0 1B 1 8D 60 4F
Octal 224 375 270 52 0 33 1 215 140 117
Binary 10010100 11111101 10111000 101010 0 11011 1 10001101 1100000 1001111

Color Harmonies of #94FDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FDB8

Black with #94FDB8

Text Example


Text Example

White with #94FDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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