Html Css Color HEX #96FABB Magic Mint

📋 copy color: '#96FABB'

red 150 ◦ green 250 ◦ blue 187

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

Shades of Magic Mint #96FABB

Tints of Magic Mint #96FABB

RGB

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

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

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

R = 25.55%
G = 42.59%
B = 31.86%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#96FABB (or 0x96FABB) is known color: Magic Mint. HEX triplet: 96, FA and BB. RGB value is (150,250,187). Sum of RGB (Red+Green+Blue) = 150+250+187=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #96FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FABB is #690544. Grayscale: #D5D5D5. Windows color (decimal): -6882629 or 12319382. OLE color: 12319382.

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

Color convert

RGB 150 250 187 -
CMYK 0.4 0 0.25 0.02
HSL 142.2º 0.91% 0.78% -
HSV(B) 142.2º 0.4% 0.98% -
XYZ 55.73 78.44 59.22 -
YUV 212.92 113.37 83.12 -
System Red Green Blue C M Y K H S L
Decimal 150 250 187 0.4 0 0.25 0.02 142.2 0.91 0.78
Hex 96 FA BB 28 0 19 2 8E 5B 4E
Octal 226 372 273 50 0 31 2 216 133 116
Binary 10010110 11111010 10111011 101000 0 11001 10 10001110 1011011 1001110

Color Harmonies of #96FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FABB

Black with #96FABB

Text Example


Text Example

White with #96FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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