Html Css Color HEX #96FABF Magic Mint

📋 copy color: '#96FABF'

red 150 ◦ green 250 ◦ blue 191

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

Shades of Magic Mint #96FABF

Tints of Magic Mint #96FABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.32%

R = 25.38%
G = 42.3%
B = 32.32%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#96FABF (or 0x96FABF) is known color: Magic Mint. HEX triplet: 96, FA and BF. RGB value is (150,250,191). Sum of RGB (Red+Green+Blue) = 150+250+191=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #96FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FABF is #690540. Grayscale: #D5D5D5. Windows color (decimal): -6882625 or 12581526. OLE color: 12581526.

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

Color convert

RGB 150 250 191 -
CMYK 0.4 0 0.24 0.02
HSL 144.6º 0.91% 0.78% -
HSV(B) 144.6º 0.4% 0.98% -
XYZ 56.17 78.62 61.5 -
YUV 213.37 115.37 82.8 -
System Red Green Blue C M Y K H S L
Decimal 150 250 191 0.4 0 0.24 0.02 144.6 0.91 0.78
Hex 96 FA BF 28 0 18 2 91 5B 4E
Octal 226 372 277 50 0 30 2 221 133 116
Binary 10010110 11111010 10111111 101000 0 11000 10 10010001 1011011 1001110

Color Harmonies of #96FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FABF

Black with #96FABF

Text Example


Text Example

White with #96FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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