Html Css Color HEX #96FCC2 Magic Mint

📋 copy color: '#96FCC2'

red 150 ◦ green 252 ◦ blue 194

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

Shades of Magic Mint #96FCC2

Tints of Magic Mint #96FCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.55%

R = 25.17%
G = 42.28%
B = 32.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#96FCC2 (or 0x96FCC2) is known color: Magic Mint. HEX triplet: 96, FC and C2. RGB value is (150,252,194). Sum of RGB (Red+Green+Blue) = 150+252+194=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCC2 is #69033D. Grayscale: #D7D7D7. Windows color (decimal): -6882110 or 12778646. OLE color: 12778646.

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

Color convert

RGB 150 252 194 -
CMYK 0.40 0 0.23 0.01
HSL 145.88º 0.94% 0.79% -
HSV(B) 145.88º 0.4% 0.99% -
XYZ 57.13 80 63.47 -
YUV 214.89 116.21 81.72 -
System Red Green Blue C M Y K H S L
Decimal 150 252 194 0.40 0 0.23 0.01 145.88 0.94 0.79
Hex 96 FC C2 28 0 17 1 92 5E 4F
Octal 226 374 302 50 0 27 1 222 136 117
Binary 10010110 11111100 11000010 101000 0 10111 1 10010010 1011110 1001111

Color Harmonies of #96FCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCC2

Black with #96FCC2

Text Example


Text Example

White with #96FCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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