Html Css Color HEX #96F2DC Magic Mint

📋 copy color: '#96F2DC'

red 150 ◦ green 242 ◦ blue 220

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

Shades of Magic Mint #96F2DC

Tints of Magic Mint #96F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.54%

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

R = 24.51%
G = 39.54%
B = 35.95%

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

#96F2DC (or 0x96F2DC) is known color: Magic Mint. HEX triplet: 96, F2 and DC. RGB value is (150,242,220). Sum of RGB (Red+Green+Blue) = 150+242+220=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2DC is #690D23. Grayscale: #D3D3D3. Windows color (decimal): -6884644 or 14480022. OLE color: 14480022.

HSL color Cylindrical-coordinate representation of color #96F2DC: hue angle of 165.65º degrees, saturation: 0.78, 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 #96F2DC is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 220 -
CMYK 0.38 0 0.09 0.05
HSL 165.65º 0.78% 0.77% -
HSV(B) 165.65º 0.38% 0.95% -
XYZ 57.25 75.16 79.2 -
YUV 211.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 150 242 220 0.38 0 0.09 0.05 165.65 0.78 0.77
Hex 96 F2 DC 26 0 9 5 A6 4E 4D
Octal 226 362 334 46 0 11 5 246 116 115
Binary 10010110 11110010 11011100 100110 0 1001 101 10100110 1001110 1001101

Color Harmonies of #96F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2DC

Black with #96F2DC

Text Example


Text Example

White with #96F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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