#96EBC2

Color #96EBC2 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #96EBC2

Tints of Magic Mint #96EBC2

Color information

#96EBC2 (or 0x96EBC2) is unknown color: approx Magic Mint. HEX triplet: 96, EB and C2. RGB value is (150,235,194). Sum of RGB (Red+Green+Blue) = 150+235+194=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBC2 is #69143D. Grayscale: #CCCCCC. Windows color (decimal): -6886462 or 12774294. OLE color: 12774294.

HSL color Cylindrical-coordinate representation of color #96EBC2: hue angle of 151.06º 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 #96EBC2 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB150235194-
CMYK0.3600.170.08
HSL151.06º68%75.49%-
HSV(B)151.06º36.17%92.16%-
XYZ52.0269.861.77-
YUV204.91121.8488.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 235 (92.19% from 255) = 40.59%
BLUE value IS 194 (76.17% from 255) = 33.51%
R=25.91%
G=40.59%
B=33.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351940.3600.170.08151.066875.49
Hex96EBC224011897444b
Octal2263533024402110227104113
Binary10010110111010111100001010010001000110001001011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96EBC2;
 }
 .AnyTagClassName
 {
   color: #96EBC2;
 }
</style>
background-color css

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

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

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

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

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

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