Html Css Color HEX #96F1DC Magic Mint

📋 copy color: '#96F1DC'

red 150 ◦ green 241 ◦ blue 220

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

Shades of Magic Mint #96F1DC

Tints of Magic Mint #96F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.44%

 BLUE value IS 220 (86.33% from 255) = 36.01%

R = 24.55%
G = 39.44%
B = 36.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#96F1DC (or 0x96F1DC) is known color: Magic Mint. HEX triplet: 96, F1 and DC. RGB value is (150,241,220). Sum of RGB (Red+Green+Blue) = 150+241+220=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F1DC is #690E23. Grayscale: #D3D3D3. Windows color (decimal): -6884900 or 14479766. OLE color: 14479766.

HSL color Cylindrical-coordinate representation of color #96F1DC: hue angle of 166.15º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F1DC is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 220 -
CMYK 0.38 0 0.09 0.05
HSL 166.15º 0.76% 0.77% -
HSV(B) 166.15º 0.38% 0.95% -
XYZ 56.95 74.56 79.1 -
YUV 211.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 150 241 220 0.38 0 0.09 0.05 166.15 0.76 0.77
Hex 96 F1 DC 26 0 9 5 A6 4C 4D
Octal 226 361 334 46 0 11 5 246 114 115
Binary 10010110 11110001 11011100 100110 0 1001 101 10100110 1001100 1001101

Color Harmonies of #96F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F1DC

Black with #96F1DC

Text Example


Text Example

White with #96F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,220); }

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

background-color css

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

 a { background-color: rgb(150,241,220); }

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

border-color css

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

 span { border-color: rgb(150,241,220); }

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