Html Css Color HEX #96FDC4 Magic Mint

📋 copy color: '#96FDC4'

red 150 ◦ green 253 ◦ blue 196

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

Shades of Magic Mint #96FDC4

Tints of Magic Mint #96FDC4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.24%

 BLUE value IS 196 (76.95% from 255) = 32.72%

R = 25.04%
G = 42.24%
B = 32.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#96FDC4 (or 0x96FDC4) is known color: Magic Mint. HEX triplet: 96, FD and C4. RGB value is (150,253,196). Sum of RGB (Red+Green+Blue) = 150+253+196=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDC4 is #69023B. Grayscale: #D7D7D7. Windows color (decimal): -6881852 or 12909974. OLE color: 12909974.

HSL color Cylindrical-coordinate representation of color #96FDC4: hue angle of 146.8º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FDC4 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 253 196 -
CMYK 0.41 0 0.23 0.01
HSL 146.8º 0.96% 0.79% -
HSV(B) 146.8º 0.41% 0.99% -
XYZ 57.67 80.72 64.77 -
YUV 215.71 116.88 81.13 -
System Red Green Blue C M Y K H S L
Decimal 150 253 196 0.41 0 0.23 0.01 146.8 0.96 0.79
Hex 96 FD C4 29 0 17 1 93 60 4F
Octal 226 375 304 51 0 27 1 223 140 117
Binary 10010110 11111101 11000100 101001 0 10111 1 10010011 1100000 1001111

Color Harmonies of #96FDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDC4

Black with #96FDC4

Text Example


Text Example

White with #96FDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,253,196); }

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

background-color css

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

 a { background-color: rgb(150,253,196); }

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

border-color css

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

 span { border-color: rgb(150,253,196); }

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