Html Css Color HEX #96FBD1 Magic Mint

📋 copy color: '#96FBD1'

red 150 ◦ green 251 ◦ blue 209

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

Shades of Magic Mint #96FBD1

Tints of Magic Mint #96FBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.26%

R = 24.59%
G = 41.15%
B = 34.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#96FBD1 (or 0x96FBD1) is known color: Magic Mint. HEX triplet: 96, FB and D1. RGB value is (150,251,209). Sum of RGB (Red+Green+Blue) = 150+251+209=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FBD1 is #69042E. Grayscale: #D8D8D8. Windows color (decimal): -6882351 or 13761430. OLE color: 13761430.

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

Color convert

RGB 150 251 209 -
CMYK 0.40 0 0.17 0.02
HSL 155.05º 0.93% 0.79% -
HSV(B) 155.05º 0.4% 0.98% -
XYZ 58.58 80.08 72.69 -
YUV 216.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 150 251 209 0.40 0 0.17 0.02 155.05 0.93 0.79
Hex 96 FB D1 28 0 11 2 9B 5D 4F
Octal 226 373 321 50 0 21 2 233 135 117
Binary 10010110 11111011 11010001 101000 0 10001 10 10011011 1011101 1001111

Color Harmonies of #96FBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBD1

Black with #96FBD1

Text Example


Text Example

White with #96FBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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