Html Css Color HEX #96FFCC Magic Mint

📋 copy color: '#96FFCC'

red 150 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #96FFCC

Tints of Magic Mint #96FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 41.87%

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

R = 24.63%
G = 41.87%
B = 33.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#96FFCC (or 0x96FFCC) is known color: Magic Mint. HEX triplet: 96, FF and CC. RGB value is (150,255,204). Sum of RGB (Red+Green+Blue) = 150+255+204=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFCC is #690033. Grayscale: #D9D9D9. Windows color (decimal): -6881332 or 13434774. OLE color: 13434774.

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

Color convert

RGB 150 255 204 -
CMYK 0.41 0 0.2 0
HSL 150.86º 1% 0.79% -
HSV(B) 150.86º 0.41% 1% -
XYZ 59.24 82.36 69.9 -
YUV 217.79 120.21 79.65 -
System Red Green Blue C M Y K H S L
Decimal 150 255 204 0.41 0 0.2 0 150.86 1 0.79
Hex 96 FF CC 29 0 14 0 97 64 4F
Octal 226 377 314 51 0 24 0 227 144 117
Binary 10010110 11111111 11001100 101001 0 10100 0 10010111 1100100 1001111

Color Harmonies of #96FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFCC

Black with #96FFCC

Text Example


Text Example

White with #96FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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