Html Css Color HEX #96FBBC Magic Mint

📋 copy color: '#96FBBC'

red 150 ◦ green 251 ◦ blue 188

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

Shades of Magic Mint #96FBBC

Tints of Magic Mint #96FBBC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.61%

 BLUE value IS 188 (73.83% from 255) = 31.92%

R = 25.47%
G = 42.61%
B = 31.92%

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

#96FBBC (or 0x96FBBC) is known color: Magic Mint. HEX triplet: 96, FB and BC. RGB value is (150,251,188). Sum of RGB (Red+Green+Blue) = 150+251+188=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FBBC is #690443. Grayscale: #D5D5D5. Windows color (decimal): -6882372 or 12385174. OLE color: 12385174.

HSL color Cylindrical-coordinate representation of color #96FBBC: hue angle of 142.57º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBBC is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 188 -
CMYK 0.40 0 0.25 0.02
HSL 142.57º 0.93% 0.79% -
HSV(B) 142.57º 0.4% 0.98% -
XYZ 56.15 79.11 59.89 -
YUV 213.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 150 251 188 0.40 0 0.25 0.02 142.57 0.93 0.79
Hex 96 FB BC 28 0 19 2 8F 5D 4F
Octal 226 373 274 50 0 31 2 217 135 117
Binary 10010110 11111011 10111100 101000 0 11001 10 10001111 1011101 1001111

Color Harmonies of #96FBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBBC

Black with #96FBBC

Text Example


Text Example

White with #96FBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,251,188); }

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

background-color css

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

 a { background-color: rgb(150,251,188); }

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

border-color css

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

 span { border-color: rgb(150,251,188); }

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