Html Css Color HEX #96EBC1 Magic Mint

📋 copy color: '#96EBC1'

red 150 ◦ green 235 ◦ blue 193

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

Shades of Magic Mint #96EBC1

Tints of Magic Mint #96EBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.66%

 BLUE value IS 193 (75.78% from 255) = 33.39%

R = 25.95%
G = 40.66%
B = 33.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#96EBC1 (or 0x96EBC1) is known color: Magic Mint. HEX triplet: 96, EB and C1. RGB value is (150,235,193). Sum of RGB (Red+Green+Blue) = 150+235+193=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBC1 is #69143E. Grayscale: #CCCCCC. Windows color (decimal): -6886463 or 12708758. OLE color: 12708758.

HSL color Cylindrical-coordinate representation of color #96EBC1: hue angle of 150.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBC1 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 193 -
CMYK 0.36 0 0.18 0.08
HSL 150.35º 0.68% 0.75% -
HSV(B) 150.35º 0.36% 0.92% -
XYZ 51.91 69.75 61.18 -
YUV 204.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 150 235 193 0.36 0 0.18 0.08 150.35 0.68 0.75
Hex 96 EB C1 24 0 12 8 96 44 4B
Octal 226 353 301 44 0 22 10 226 104 113
Binary 10010110 11101011 11000001 100100 0 10010 1000 10010110 1000100 1001011

Color Harmonies of #96EBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBC1

Black with #96EBC1

Text Example


Text Example

White with #96EBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,235,193); }

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

background-color css

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

 a { background-color: rgb(150,235,193); }

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

border-color css

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

 span { border-color: rgb(150,235,193); }

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