Html Css Color HEX #96FEBF Magic Mint

📋 copy color: '#96FEBF'

red 150 ◦ green 254 ◦ blue 191

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

Shades of Magic Mint #96FEBF

Tints of Magic Mint #96FEBF

RGB

 RED value IS 150 (58.98% from 255) = 25.21%

 GREEN value IS 254 (99.61% from 255) = 42.69%

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

R = 25.21%
G = 42.69%
B = 32.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#96FEBF (or 0x96FEBF) is known color: Magic Mint. HEX triplet: 96, FE and BF. RGB value is (150,254,191). Sum of RGB (Red+Green+Blue) = 150+254+191=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEBF is #690140. Grayscale: #D7D7D7. Windows color (decimal): -6881601 or 12582550. OLE color: 12582550.

HSL color Cylindrical-coordinate representation of color #96FEBF: hue angle of 143.65º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEBF is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 191 -
CMYK 0.41 0 0.25 0.00
HSL 143.65º 0.98% 0.79% -
HSV(B) 143.65º 0.41% 1% -
XYZ 57.42 81.13 61.92 -
YUV 215.72 114.04 81.12 -
System Red Green Blue C M Y K H S L
Decimal 150 254 191 0.41 0 0.25 0.00 143.65 0.98 0.79
Hex 96 FE BF 29 0 19 0 90 62 4F
Octal 226 376 277 51 0 31 0 220 142 117
Binary 10010110 11111110 10111111 101001 0 11001 0 10010000 1100010 1001111

Color Harmonies of #96FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FEBF

Black with #96FEBF

Text Example


Text Example

White with #96FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FEBF; }

 p { color: rgb(150,254,191); }

 H1.HeaderClassName
 {
   color: #96FEBF;
 }
 .AnyTagClassName
 {
   color: #96FEBF;
 }
</style>

background-color css

<style>
 a { background-color: #96FEBF; }

 a { background-color: rgb(150,254,191); }

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

border-color css

<style>
 span { border-color: #96FEBF; }

 span { border-color: rgb(150,254,191); }

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