Html Css Color HEX #96F3DB Magic Mint

📋 copy color: '#96F3DB'

red 150 ◦ green 243 ◦ blue 219

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

Shades of Magic Mint #96F3DB

Tints of Magic Mint #96F3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.71%

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

R = 24.51%
G = 39.71%
B = 35.78%

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

#96F3DB (or 0x96F3DB) is known color: Magic Mint. HEX triplet: 96, F3 and DB. RGB value is (150,243,219). Sum of RGB (Red+Green+Blue) = 150+243+219=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #96F3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F3DB is #690C24. Grayscale: #D4D4D4. Windows color (decimal): -6884389 or 14414742. OLE color: 14414742.

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

Color convert

RGB 150 243 219 -
CMYK 0.38 0 0.10 0.05
HSL 164.52º 0.79% 0.77% -
HSV(B) 164.52º 0.38% 0.95% -
XYZ 57.41 75.7 78.6 -
YUV 212.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 150 243 219 0.38 0 0.10 0.05 164.52 0.79 0.77
Hex 96 F3 DB 26 0 A 5 A5 4F 4D
Octal 226 363 333 46 0 12 5 245 117 115
Binary 10010110 11110011 11011011 100110 0 1010 101 10100101 1001111 1001101

Color Harmonies of #96F3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F3DB

Black with #96F3DB

Text Example


Text Example

White with #96F3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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