Html Css Color HEX #96FAC7 Magic Mint

📋 copy color: '#96FAC7'

red 150 ◦ green 250 ◦ blue 199

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

Shades of Magic Mint #96FAC7

Tints of Magic Mint #96FAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.22%

R = 25.04%
G = 41.74%
B = 33.22%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#96FAC7 (or 0x96FAC7) is known color: Magic Mint. HEX triplet: 96, FA and C7. RGB value is (150,250,199). Sum of RGB (Red+Green+Blue) = 150+250+199=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAC7 is #690538. Grayscale: #D6D6D6. Windows color (decimal): -6882617 or 13105814. OLE color: 13105814.

HSL color Cylindrical-coordinate representation of color #96FAC7: hue angle of 149.4º 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 #96FAC7 is Cyan = 0.4, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 199 -
CMYK 0.4 0 0.20 0.02
HSL 149.4º 0.91% 0.78% -
HSV(B) 149.4º 0.4% 0.98% -
XYZ 57.07 78.98 66.27 -
YUV 214.29 119.37 82.15 -
System Red Green Blue C M Y K H S L
Decimal 150 250 199 0.4 0 0.20 0.02 149.4 0.91 0.78
Hex 96 FA C7 28 0 14 2 95 5B 4E
Octal 226 372 307 50 0 24 2 225 133 116
Binary 10010110 11111010 11000111 101000 0 10100 10 10010101 1011011 1001110

Color Harmonies of #96FAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAC7

Black with #96FAC7

Text Example


Text Example

White with #96FAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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