Html Css Color HEX #96FEC9 Magic Mint

📋 copy color: '#96FEC9'

red 150 ◦ green 254 ◦ blue 201

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

Shades of Magic Mint #96FEC9

Tints of Magic Mint #96FEC9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.98%

 BLUE value IS 201 (78.91% from 255) = 33.22%

R = 24.79%
G = 41.98%
B = 33.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#96FEC9 (or 0x96FEC9) is known color: Magic Mint. HEX triplet: 96, FE and C9. RGB value is (150,254,201). Sum of RGB (Red+Green+Blue) = 150+254+201=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEC9 is #690136. Grayscale: #D8D8D8. Windows color (decimal): -6881591 or 13237910. OLE color: 13237910.

HSL color Cylindrical-coordinate representation of color #96FEC9: hue angle of 149.42º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEC9 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 201 -
CMYK 0.41 0 0.21 0.00
HSL 149.42º 0.98% 0.79% -
HSV(B) 149.42º 0.41% 1% -
XYZ 58.56 81.58 67.92 -
YUV 216.86 119.04 80.31 -
System Red Green Blue C M Y K H S L
Decimal 150 254 201 0.41 0 0.21 0.00 149.42 0.98 0.79
Hex 96 FE C9 29 0 15 0 95 62 4F
Octal 226 376 311 51 0 25 0 225 142 117
Binary 10010110 11111110 11001001 101001 0 10101 0 10010101 1100010 1001111

Color Harmonies of #96FEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FEC9

Black with #96FEC9

Text Example


Text Example

White with #96FEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,254,201); }

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

background-color css

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

 a { background-color: rgb(150,254,201); }

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

border-color css

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

 span { border-color: rgb(150,254,201); }

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