Html Css Color HEX #96FECC Magic Mint

📋 copy color: '#96FECC'

red 150 ◦ green 254 ◦ blue 204

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

Shades of Magic Mint #96FECC

Tints of Magic Mint #96FECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.55%

R = 24.67%
G = 41.78%
B = 33.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#96FECC (or 0x96FECC) is known color: Magic Mint. HEX triplet: 96, FE and CC. RGB value is (150,254,204). Sum of RGB (Red+Green+Blue) = 150+254+204=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #96FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FECC is #690133. Grayscale: #D9D9D9. Windows color (decimal): -6881588 or 13434518. OLE color: 13434518.

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

Color convert

RGB 150 254 204 -
CMYK 0.41 0 0.20 0.00
HSL 151.15º 0.98% 0.79% -
HSV(B) 151.15º 0.41% 1% -
XYZ 58.92 81.73 69.8 -
YUV 217.2 120.54 80.07 -
System Red Green Blue C M Y K H S L
Decimal 150 254 204 0.41 0 0.20 0.00 151.15 0.98 0.79
Hex 96 FE CC 29 0 14 0 97 62 4F
Octal 226 376 314 51 0 24 0 227 142 117
Binary 10010110 11111110 11001100 101001 0 10100 0 10010111 1100010 1001111

Color Harmonies of #96FECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FECC

Black with #96FECC

Text Example


Text Example

White with #96FECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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