Html Css Color HEX #94F9BA Magic Mint

📋 copy color: '#94F9BA'

red 148 ◦ green 249 ◦ blue 186

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

Shades of Magic Mint #94F9BA

Tints of Magic Mint #94F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.71%

 BLUE value IS 186 (73.05% from 255) = 31.9%

R = 25.39%
G = 42.71%
B = 31.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#94F9BA (or 0x94F9BA) is known color: Magic Mint. HEX triplet: 94, F9 and BA. RGB value is (148,249,186). Sum of RGB (Red+Green+Blue) = 148+249+186=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F9BA is #6B0645. Grayscale: #D3D3D3. Windows color (decimal): -7013958 or 12253588. OLE color: 12253588.

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

Color convert

RGB 148 249 186 -
CMYK 0.41 0 0.25 0.02
HSL 142.57º 0.89% 0.78% -
HSV(B) 142.57º 0.41% 0.98% -
XYZ 54.95 77.59 58.53 -
YUV 211.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 148 249 186 0.41 0 0.25 0.02 142.57 0.89 0.78
Hex 94 F9 BA 29 0 19 2 8F 59 4E
Octal 224 371 272 51 0 31 2 217 131 116
Binary 10010100 11111001 10111010 101001 0 11001 10 10001111 1011001 1001110

Color Harmonies of #94F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F9BA

Black with #94F9BA

Text Example


Text Example

White with #94F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,249,186); }

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

background-color css

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

 a { background-color: rgb(148,249,186); }

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

border-color css

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

 span { border-color: rgb(148,249,186); }

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