#96C59C

Color #96C59C Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #96C59C

Tints of Dark Sea Green #96C59C

Color information

#96C59C (or 0x96C59C) is unknown color: approx Dark Sea Green. HEX triplet: 96, C5 and 9C. RGB value is (150,197,156). Sum of RGB (Red+Green+Blue) = 150+197+156=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #96C59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C59C is #693A63. Grayscale: #B2B2B2. Windows color (decimal): -6896228 or 10274198. OLE color: 10274198.

HSL color Cylindrical-coordinate representation of color #96C59C: hue angle of 127.66º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C59C is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB150197156-
CMYK0.2400.210.23
HSL127.66º28.83%68.04%-
HSV(B)127.66º23.86%77.25%-
XYZ38.5448.8238.84-
YUV178.27115.43107.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=29.82%
G=39.17%
B=31.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971560.2400.210.23127.6628.8368.04
Hex96C59C1801517801d44
Octal226305234300252720035104
Binary100101101100010110011100110000101011011110000000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,156); }

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

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

 a { background-color: rgb(150,197,156); }

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

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

 span { border-color: rgb(150,197,156); }

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