Html Css Color HEX #96FAC8 Magic Mint

📋 copy color: '#96FAC8'

red 150 ◦ green 250 ◦ blue 200

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

Shades of Magic Mint #96FAC8

Tints of Magic Mint #96FAC8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.67%

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

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#96FAC8 (or 0x96FAC8) is known color: Magic Mint. HEX triplet: 96, FA and C8. RGB value is (150,250,200). Sum of RGB (Red+Green+Blue) = 150+250+200=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAC8 is #690537. Grayscale: #D6D6D6. Windows color (decimal): -6882616 or 13171350. OLE color: 13171350.

HSL color Cylindrical-coordinate representation of color #96FAC8: hue angle of 150º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FAC8 is Cyan = 0.4, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 200 -
CMYK 0.4 0 0.2 0.02
HSL 150º 0.91% 0.78% -
HSV(B) 150º 0.4% 0.98% -
XYZ 57.19 79.03 66.88 -
YUV 214.4 119.87 82.07 -
System Red Green Blue C M Y K H S L
Decimal 150 250 200 0.4 0 0.2 0.02 150 0.91 0.78
Hex 96 FA C8 28 0 14 2 96 5B 4E
Octal 226 372 310 50 0 24 2 226 133 116
Binary 10010110 11111010 11001000 101000 0 10100 10 10010110 1011011 1001110

Color Harmonies of #96FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAC8

Black with #96FAC8

Text Example


Text Example

White with #96FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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