Html Css Color HEX #96FCBE Magic Mint

📋 copy color: '#96FCBE'

red 150 ◦ green 252 ◦ blue 190

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

Shades of Magic Mint #96FCBE

Tints of Magic Mint #96FCBE

RGB

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

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

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

R = 25.34%
G = 42.57%
B = 32.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#96FCBE (or 0x96FCBE) is known color: Magic Mint. HEX triplet: 96, FC and BE. RGB value is (150,252,190). Sum of RGB (Red+Green+Blue) = 150+252+190=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCBE is #690341. Grayscale: #D6D6D6. Windows color (decimal): -6882114 or 12516502. OLE color: 12516502.

HSL color Cylindrical-coordinate representation of color #96FCBE: hue angle of 143.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCBE is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 190 -
CMYK 0.40 0 0.25 0.01
HSL 143.53º 0.94% 0.79% -
HSV(B) 143.53º 0.4% 0.99% -
XYZ 56.68 79.82 61.14 -
YUV 214.43 114.21 82.04 -
System Red Green Blue C M Y K H S L
Decimal 150 252 190 0.40 0 0.25 0.01 143.53 0.94 0.79
Hex 96 FC BE 28 0 19 1 90 5E 4F
Octal 226 374 276 50 0 31 1 220 136 117
Binary 10010110 11111100 10111110 101000 0 11001 1 10010000 1011110 1001111

Color Harmonies of #96FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCBE

Black with #96FCBE

Text Example


Text Example

White with #96FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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