Html Css Color HEX #96FDC7 Magic Mint

📋 copy color: '#96FDC7'

red 150 ◦ green 253 ◦ blue 199

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

Shades of Magic Mint #96FDC7

Tints of Magic Mint #96FDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.06%

R = 24.92%
G = 42.03%
B = 33.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#96FDC7 (or 0x96FDC7) is known color: Magic Mint. HEX triplet: 96, FD and C7. RGB value is (150,253,199). Sum of RGB (Red+Green+Blue) = 150+253+199=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDC7 is #690238. Grayscale: #D8D8D8. Windows color (decimal): -6881849 or 13106582. OLE color: 13106582.

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

Color convert

RGB 150 253 199 -
CMYK 0.41 0 0.21 0.01
HSL 148.54º 0.96% 0.79% -
HSV(B) 148.54º 0.41% 0.99% -
XYZ 58.01 80.86 66.58 -
YUV 216.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 150 253 199 0.41 0 0.21 0.01 148.54 0.96 0.79
Hex 96 FD C7 29 0 15 1 95 60 4F
Octal 226 375 307 51 0 25 1 225 140 117
Binary 10010110 11111101 11000111 101001 0 10101 1 10010101 1100000 1001111

Color Harmonies of #96FDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDC7

Black with #96FDC7

Text Example


Text Example

White with #96FDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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