Html Css Color HEX #94F2BF Magic Mint

📋 copy color: '#94F2BF'

red 148 ◦ green 242 ◦ blue 191

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

Shades of Magic Mint #94F2BF

Tints of Magic Mint #94F2BF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.65%

 BLUE value IS 191 (75% from 255) = 32.87%

R = 25.47%
G = 41.65%
B = 32.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#94F2BF (or 0x94F2BF) is known color: Magic Mint. HEX triplet: 94, F2 and BF. RGB value is (148,242,191). Sum of RGB (Red+Green+Blue) = 148+242+191=581 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.47% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F2BF is #6B0D40. Grayscale: #D0D0D0. Windows color (decimal): -7015745 or 12579476. OLE color: 12579476.

HSL color Cylindrical-coordinate representation of color #94F2BF: hue angle of 147.45º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2BF is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 191 -
CMYK 0.39 0 0.21 0.05
HSL 147.45º 0.78% 0.76% -
HSV(B) 147.45º 0.39% 0.95% -
XYZ 53.37 73.56 60.68 -
YUV 208.08 118.36 85.15 -
System Red Green Blue C M Y K H S L
Decimal 148 242 191 0.39 0 0.21 0.05 147.45 0.78 0.76
Hex 94 F2 BF 27 0 15 5 93 4E 4C
Octal 224 362 277 47 0 25 5 223 116 114
Binary 10010100 11110010 10111111 100111 0 10101 101 10010011 1001110 1001100

Color Harmonies of #94F2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F2BF

Black with #94F2BF

Text Example


Text Example

White with #94F2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,242,191); }

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

background-color css

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

 a { background-color: rgb(148,242,191); }

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

border-color css

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

 span { border-color: rgb(148,242,191); }

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