Html Css Color HEX #96E8C3 Magic Mint

📋 copy color: '#96E8C3'

red 150 ◦ green 232 ◦ blue 195

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

Shades of Magic Mint #96E8C3

Tints of Magic Mint #96E8C3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.21%

 BLUE value IS 195 (76.56% from 255) = 33.8%

R = 26%
G = 40.21%
B = 33.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#96E8C3 (or 0x96E8C3) is known color: Magic Mint. HEX triplet: 96, E8 and C3. RGB value is (150,232,195). Sum of RGB (Red+Green+Blue) = 150+232+195=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E8C3 is #69173C. Grayscale: #CBCBCB. Windows color (decimal): -6887229 or 12839062. OLE color: 12839062.

HSL color Cylindrical-coordinate representation of color #96E8C3: hue angle of 152.93º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E8C3 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 232 195 -
CMYK 0.35 0 0.16 0.09
HSL 152.93º 0.64% 0.75% -
HSV(B) 152.93º 0.35% 0.91% -
XYZ 51.28 68.14 62.08 -
YUV 203.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 150 232 195 0.35 0 0.16 0.09 152.93 0.64 0.75
Hex 96 E8 C3 23 0 10 9 99 40 4B
Octal 226 350 303 43 0 20 11 231 100 113
Binary 10010110 11101000 11000011 100011 0 10000 1001 10011001 1000000 1001011

Color Harmonies of #96E8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E8C3

Black with #96E8C3

Text Example


Text Example

White with #96E8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,232,195); }

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

background-color css

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

 a { background-color: rgb(150,232,195); }

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

border-color css

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

 span { border-color: rgb(150,232,195); }

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