Html Css Color HEX #96EFBF Magic Mint

📋 copy color: '#96EFBF'

red 150 ◦ green 239 ◦ blue 191

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

Shades of Magic Mint #96EFBF

Tints of Magic Mint #96EFBF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.21%

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

R = 25.86%
G = 41.21%
B = 32.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#96EFBF (or 0x96EFBF) is known color: Magic Mint. HEX triplet: 96, EF and BF. RGB value is (150,239,191). Sum of RGB (Red+Green+Blue) = 150+239+191=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFBF is #691040. Grayscale: #CFCFCF. Windows color (decimal): -6885441 or 12578710. OLE color: 12578710.

HSL color Cylindrical-coordinate representation of color #96EFBF: hue angle of 147.64º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFBF is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 191 -
CMYK 0.37 0 0.20 0.06
HSL 147.64º 0.74% 0.76% -
HSV(B) 147.64º 0.37% 0.94% -
XYZ 52.85 71.98 60.4 -
YUV 206.92 119.01 87.4 -
System Red Green Blue C M Y K H S L
Decimal 150 239 191 0.37 0 0.20 0.06 147.64 0.74 0.76
Hex 96 EF BF 25 0 14 6 94 4A 4C
Octal 226 357 277 45 0 24 6 224 112 114
Binary 10010110 11101111 10111111 100101 0 10100 110 10010100 1001010 1001100

Color Harmonies of #96EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFBF

Black with #96EFBF

Text Example


Text Example

White with #96EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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