Html Css Color HEX #96F9BB Magic Mint

📋 copy color: '#96F9BB'

red 150 ◦ green 249 ◦ blue 187

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

Shades of Magic Mint #96F9BB

Tints of Magic Mint #96F9BB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.49%

 BLUE value IS 187 (73.44% from 255) = 31.91%

R = 25.6%
G = 42.49%
B = 31.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#96F9BB (or 0x96F9BB) is known color: Magic Mint. HEX triplet: 96, F9 and BB. RGB value is (150,249,187). Sum of RGB (Red+Green+Blue) = 150+249+187=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F9BB is #690644. Grayscale: #D4D4D4. Windows color (decimal): -6882885 or 12319126. OLE color: 12319126.

HSL color Cylindrical-coordinate representation of color #96F9BB: hue angle of 142.42º degrees, saturation: 0.89, 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 #96F9BB is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 187 -
CMYK 0.40 0 0.25 0.02
HSL 142.42º 0.89% 0.78% -
HSV(B) 142.42º 0.4% 0.98% -
XYZ 55.42 77.82 59.11 -
YUV 212.33 113.7 83.54 -
System Red Green Blue C M Y K H S L
Decimal 150 249 187 0.40 0 0.25 0.02 142.42 0.89 0.78
Hex 96 F9 BB 28 0 19 2 8E 59 4E
Octal 226 371 273 50 0 31 2 216 131 116
Binary 10010110 11111001 10111011 101000 0 11001 10 10001110 1011001 1001110

Color Harmonies of #96F9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F9BB

Black with #96F9BB

Text Example


Text Example

White with #96F9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,249,187); }

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

background-color css

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

 a { background-color: rgb(150,249,187); }

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

border-color css

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

 span { border-color: rgb(150,249,187); }

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