Html Css Color HEX #94FCBE Magic Mint

📋 copy color: '#94FCBE'

red 148 ◦ green 252 ◦ blue 190

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

Shades of Magic Mint #94FCBE

Tints of Magic Mint #94FCBE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.71%

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 25.08%
G = 42.71%
B = 32.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#94FCBE (or 0x94FCBE) is known color: Magic Mint. HEX triplet: 94, FC and BE. RGB value is (148,252,190). Sum of RGB (Red+Green+Blue) = 148+252+190=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FCBE is #6B0341. Grayscale: #D5D5D5. Windows color (decimal): -7013186 or 12516500. OLE color: 12516500.

HSL color Cylindrical-coordinate representation of color #94FCBE: hue angle of 144.23º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCBE is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 190 -
CMYK 0.41 0 0.25 0.01
HSL 144.23º 0.95% 0.78% -
HSV(B) 144.23º 0.41% 0.99% -
XYZ 56.32 79.63 61.12 -
YUV 213.84 114.54 81.04 -
System Red Green Blue C M Y K H S L
Decimal 148 252 190 0.41 0 0.25 0.01 144.23 0.95 0.78
Hex 94 FC BE 29 0 19 1 90 5F 4E
Octal 224 374 276 51 0 31 1 220 137 116
Binary 10010100 11111100 10111110 101001 0 11001 1 10010000 1011111 1001110

Color Harmonies of #94FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FCBE

Black with #94FCBE

Text Example


Text Example

White with #94FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,252,190); }

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

background-color css

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

 a { background-color: rgb(148,252,190); }

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

border-color css

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

 span { border-color: rgb(148,252,190); }

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