Html Css Color HEX #96FCC0 Magic Mint

📋 copy color: '#96FCC0'

red 150 ◦ green 252 ◦ blue 192

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

Shades of Magic Mint #96FCC0

Tints of Magic Mint #96FCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.32%

R = 25.25%
G = 42.42%
B = 32.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#96FCC0 (or 0x96FCC0) is known color: Magic Mint. HEX triplet: 96, FC and C0. RGB value is (150,252,192). Sum of RGB (Red+Green+Blue) = 150+252+192=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCC0 is #69033F. Grayscale: #D6D6D6. Windows color (decimal): -6882112 or 12647574. OLE color: 12647574.

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

Color convert

RGB 150 252 192 -
CMYK 0.40 0 0.24 0.01
HSL 144.71º 0.94% 0.79% -
HSV(B) 144.71º 0.4% 0.99% -
XYZ 56.9 79.91 62.29 -
YUV 214.66 115.21 81.88 -
System Red Green Blue C M Y K H S L
Decimal 150 252 192 0.40 0 0.24 0.01 144.71 0.94 0.79
Hex 96 FC C0 28 0 18 1 91 5E 4F
Octal 226 374 300 50 0 30 1 221 136 117
Binary 10010110 11111100 11000000 101000 0 11000 1 10010001 1011110 1001111

Color Harmonies of #96FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCC0

Black with #96FCC0

Text Example


Text Example

White with #96FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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