Html Css Color HEX #96F9C0 Magic Mint

📋 copy color: '#96F9C0'

red 150 ◦ green 249 ◦ blue 192

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

Shades of Magic Mint #96F9C0

Tints of Magic Mint #96F9C0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.13%

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

R = 25.38%
G = 42.13%
B = 32.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#96F9C0 (or 0x96F9C0) is known color: Magic Mint. HEX triplet: 96, F9 and C0. RGB value is (150,249,192). Sum of RGB (Red+Green+Blue) = 150+249+192=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F9C0 is #69063F. Grayscale: #D5D5D5. Windows color (decimal): -6882880 or 12646806. OLE color: 12646806.

HSL color Cylindrical-coordinate representation of color #96F9C0: hue angle of 145.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9C0 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 192 -
CMYK 0.40 0 0.23 0.02
HSL 145.45º 0.89% 0.78% -
HSV(B) 145.45º 0.4% 0.98% -
XYZ 55.97 78.04 61.98 -
YUV 212.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 150 249 192 0.40 0 0.23 0.02 145.45 0.89 0.78
Hex 96 F9 C0 28 0 17 2 91 59 4E
Octal 226 371 300 50 0 27 2 221 131 116
Binary 10010110 11111001 11000000 101000 0 10111 10 10010001 1011001 1001110

Color Harmonies of #96F9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F9C0

Black with #96F9C0

Text Example


Text Example

White with #96F9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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