Html Css Color HEX #96F2DB Magic Mint

📋 copy color: '#96F2DB'

red 150 ◦ green 242 ◦ blue 219

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

Shades of Magic Mint #96F2DB

Tints of Magic Mint #96F2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 24.55%
G = 39.61%
B = 35.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#96F2DB (or 0x96F2DB) is known color: Magic Mint. HEX triplet: 96, F2 and DB. RGB value is (150,242,219). Sum of RGB (Red+Green+Blue) = 150+242+219=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2DB is #690D24. Grayscale: #D3D3D3. Windows color (decimal): -6884645 or 14414486. OLE color: 14414486.

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

Color convert

RGB 150 242 219 -
CMYK 0.38 0 0.10 0.05
HSL 165º 0.78% 0.77% -
HSV(B) 165º 0.38% 0.95% -
XYZ 57.12 75.1 78.5 -
YUV 211.87 132.02 83.87 -
System Red Green Blue C M Y K H S L
Decimal 150 242 219 0.38 0 0.10 0.05 165 0.78 0.77
Hex 96 F2 DB 26 0 A 5 A5 4E 4D
Octal 226 362 333 46 0 12 5 245 116 115
Binary 10010110 11110010 11011011 100110 0 1010 101 10100101 1001110 1001101

Color Harmonies of #96F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2DB

Black with #96F2DB

Text Example


Text Example

White with #96F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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