Html Css Color HEX #94FBC1 Magic Mint

📋 copy color: '#94FBC1'

red 148 ◦ green 251 ◦ blue 193

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

Shades of Magic Mint #94FBC1

Tints of Magic Mint #94FBC1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.4%

 BLUE value IS 193 (75.78% from 255) = 32.6%

R = 25%
G = 42.4%
B = 32.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#94FBC1 (or 0x94FBC1) is known color: Magic Mint. HEX triplet: 94, FB and C1. RGB value is (148,251,193). Sum of RGB (Red+Green+Blue) = 148+251+193=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FBC1 is #6B043E. Grayscale: #D5D5D5. Windows color (decimal): -7013439 or 12712852. OLE color: 12712852.

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

Color convert

RGB 148 251 193 -
CMYK 0.41 0 0.23 0.02
HSL 146.21º 0.93% 0.78% -
HSV(B) 146.21º 0.41% 0.98% -
XYZ 56.34 79.14 62.76 -
YUV 213.59 116.38 81.22 -
System Red Green Blue C M Y K H S L
Decimal 148 251 193 0.41 0 0.23 0.02 146.21 0.93 0.78
Hex 94 FB C1 29 0 17 2 92 5D 4E
Octal 224 373 301 51 0 27 2 222 135 116
Binary 10010100 11111011 11000001 101001 0 10111 10 10010010 1011101 1001110

Color Harmonies of #94FBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FBC1

Black with #94FBC1

Text Example


Text Example

White with #94FBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,251,193); }

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

background-color css

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

 a { background-color: rgb(148,251,193); }

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

border-color css

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

 span { border-color: rgb(148,251,193); }

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