Html Css Color HEX #96FCC8 Magic Mint

📋 copy color: '#96FCC8'

red 150 ◦ green 252 ◦ blue 200

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

Shades of Magic Mint #96FCC8

Tints of Magic Mint #96FCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.22%

R = 24.92%
G = 41.86%
B = 33.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#96FCC8 (or 0x96FCC8) is known color: Magic Mint. HEX triplet: 96, FC and C8. RGB value is (150,252,200). Sum of RGB (Red+Green+Blue) = 150+252+200=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCC8 is #690337. Grayscale: #D7D7D7. Windows color (decimal): -6882104 or 13171862. OLE color: 13171862.

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

Color convert

RGB 150 252 200 -
CMYK 0.40 0 0.21 0.01
HSL 149.41º 0.94% 0.79% -
HSV(B) 149.41º 0.4% 0.99% -
XYZ 57.81 80.27 67.09 -
YUV 215.57 119.21 81.23 -
System Red Green Blue C M Y K H S L
Decimal 150 252 200 0.40 0 0.21 0.01 149.41 0.94 0.79
Hex 96 FC C8 28 0 15 1 95 5E 4F
Octal 226 374 310 50 0 25 1 225 136 117
Binary 10010110 11111100 11001000 101000 0 10101 1 10010101 1011110 1001111

Color Harmonies of #96FCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCC8

Black with #96FCC8

Text Example


Text Example

White with #96FCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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