Html Css Color HEX #96FEBA Magic Mint

📋 copy color: '#96FEBA'

red 150 ◦ green 254 ◦ blue 186

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

Shades of Magic Mint #96FEBA

Tints of Magic Mint #96FEBA

RGB

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

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

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

R = 25.42%
G = 43.05%
B = 31.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#96FEBA (or 0x96FEBA) is known color: Magic Mint. HEX triplet: 96, FE and BA. RGB value is (150,254,186). Sum of RGB (Red+Green+Blue) = 150+254+186=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEBA is #690145. Grayscale: #D7D7D7. Windows color (decimal): -6881606 or 12254870. OLE color: 12254870.

HSL color Cylindrical-coordinate representation of color #96FEBA: hue angle of 140.77º 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 #96FEBA is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 186 -
CMYK 0.41 0 0.27 0.00
HSL 140.77º 0.98% 0.79% -
HSV(B) 140.77º 0.41% 1% -
XYZ 56.88 80.91 59.07 -
YUV 215.15 111.54 81.53 -
System Red Green Blue C M Y K H S L
Decimal 150 254 186 0.41 0 0.27 0.00 140.77 0.98 0.79
Hex 96 FE BA 29 0 1B 0 8D 62 4F
Octal 226 376 272 51 0 33 0 215 142 117
Binary 10010110 11111110 10111010 101001 0 11011 0 10001101 1100010 1001111

Color Harmonies of #96FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FEBA

Black with #96FEBA

Text Example


Text Example

White with #96FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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