Html Css Color HEX #96FCBB Magic Mint

📋 copy color: '#96FCBB'

red 150 ◦ green 252 ◦ blue 187

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

Shades of Magic Mint #96FCBB

Tints of Magic Mint #96FCBB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.78%

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

R = 25.47%
G = 42.78%
B = 31.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#96FCBB (or 0x96FCBB) is known color: Magic Mint. HEX triplet: 96, FC and BB. RGB value is (150,252,187). Sum of RGB (Red+Green+Blue) = 150+252+187=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCBB is #690344. Grayscale: #D6D6D6. Windows color (decimal): -6882117 or 12319894. OLE color: 12319894.

HSL color Cylindrical-coordinate representation of color #96FCBB: hue angle of 141.76º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCBB is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 187 -
CMYK 0.40 0 0.26 0.01
HSL 141.76º 0.94% 0.79% -
HSV(B) 141.76º 0.4% 0.99% -
XYZ 56.36 79.69 59.43 -
YUV 214.09 112.71 82.29 -
System Red Green Blue C M Y K H S L
Decimal 150 252 187 0.40 0 0.26 0.01 141.76 0.94 0.79
Hex 96 FC BB 28 0 1A 1 8E 5E 4F
Octal 226 374 273 50 0 32 1 216 136 117
Binary 10010110 11111100 10111011 101000 0 11010 1 10001110 1011110 1001111

Color Harmonies of #96FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCBB

Black with #96FCBB

Text Example


Text Example

White with #96FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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