Html Css Color HEX #96FCB8 Magic Mint

📋 copy color: '#96FCB8'

red 150 ◦ green 252 ◦ blue 184

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

Shades of Magic Mint #96FCB8

Tints of Magic Mint #96FCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.4%

R = 25.6%
G = 43%
B = 31.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#96FCB8 (or 0x96FCB8) is known color: Magic Mint. HEX triplet: 96, FC and B8. RGB value is (150,252,184). Sum of RGB (Red+Green+Blue) = 150+252+184=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCB8 is #690347. Grayscale: #D5D5D5. Windows color (decimal): -6882120 or 12123286. OLE color: 12123286.

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

Color convert

RGB 150 252 184 -
CMYK 0.40 0 0.27 0.01
HSL 140º 0.94% 0.79% -
HSV(B) 140º 0.4% 0.99% -
XYZ 56.04 79.57 57.75 -
YUV 213.75 111.21 82.53 -
System Red Green Blue C M Y K H S L
Decimal 150 252 184 0.40 0 0.27 0.01 140 0.94 0.79
Hex 96 FC B8 28 0 1B 1 8C 5E 4F
Octal 226 374 270 50 0 33 1 214 136 117
Binary 10010110 11111100 10111000 101000 0 11011 1 10001100 1011110 1001111

Color Harmonies of #96FCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCB8

Black with #96FCB8

Text Example


Text Example

White with #96FCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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