Html Css Color HEX #96FCCC Magic Mint

📋 copy color: '#96FCCC'

red 150 ◦ green 252 ◦ blue 204

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

Shades of Magic Mint #96FCCC

Tints of Magic Mint #96FCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.58%

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

R = 24.75%
G = 41.58%
B = 33.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#96FCCC (or 0x96FCCC) is known color: Magic Mint. HEX triplet: 96, FC and CC. RGB value is (150,252,204). Sum of RGB (Red+Green+Blue) = 150+252+204=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCCC is #690333. Grayscale: #D8D8D8. Windows color (decimal): -6882100 or 13434006. OLE color: 13434006.

HSL color Cylindrical-coordinate representation of color #96FCCC: hue angle of 151.76º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCCC is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 204 -
CMYK 0.40 0 0.19 0.01
HSL 151.76º 0.94% 0.79% -
HSV(B) 151.76º 0.4% 0.99% -
XYZ 58.29 80.46 69.59 -
YUV 216.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 150 252 204 0.40 0 0.19 0.01 151.76 0.94 0.79
Hex 96 FC CC 28 0 13 1 98 5E 4F
Octal 226 374 314 50 0 23 1 230 136 117
Binary 10010110 11111100 11001100 101000 0 10011 1 10011000 1011110 1001111

Color Harmonies of #96FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCCC

Black with #96FCCC

Text Example


Text Example

White with #96FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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