Html Css Color HEX #96F2C6 Magic Mint

📋 copy color: '#96F2C6'

red 150 ◦ green 242 ◦ blue 198

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

Shades of Magic Mint #96F2C6

Tints of Magic Mint #96F2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.56%

R = 25.42%
G = 41.02%
B = 33.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#96F2C6 (or 0x96F2C6) is known color: Magic Mint. HEX triplet: 96, F2 and C6. RGB value is (150,242,198). Sum of RGB (Red+Green+Blue) = 150+242+198=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2C6 is #690D39. Grayscale: #D1D1D1. Windows color (decimal): -6884666 or 13038230. OLE color: 13038230.

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

Color convert

RGB 150 242 198 -
CMYK 0.38 0 0.18 0.05
HSL 151.3º 0.78% 0.77% -
HSV(B) 151.3º 0.38% 0.95% -
XYZ 54.52 74.07 64.85 -
YUV 209.48 121.52 85.58 -
System Red Green Blue C M Y K H S L
Decimal 150 242 198 0.38 0 0.18 0.05 151.3 0.78 0.77
Hex 96 F2 C6 26 0 12 5 97 4E 4D
Octal 226 362 306 46 0 22 5 227 116 115
Binary 10010110 11110010 11000110 100110 0 10010 101 10010111 1001110 1001101

Color Harmonies of #96F2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2C6

Black with #96F2C6

Text Example


Text Example

White with #96F2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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