#96C39C

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

Shades of Dark Sea Green #96C39C

Tints of Dark Sea Green #96C39C

Color information

#96C39C (or 0x96C39C) is unknown color: approx Dark Sea Green. HEX triplet: 96, C3 and 9C. RGB value is (150,195,156). Sum of RGB (Red+Green+Blue) = 150+195+156=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #96C39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C39C is #693C63. Grayscale: #B1B1B1. Windows color (decimal): -6896740 or 10273686. OLE color: 10273686.

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

Color convert

RGB150195156-
CMYK0.2300.200.24
HSL128º27.27%67.65%-
HSV(B)128º23.08%76.47%-
XYZ38.0947.9138.69-
YUV177.1116.09108.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=29.94%
G=38.92%
B=31.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951560.2300.200.2412827.2767.65
Hex96C39C1701418801b44
Octal226303234270243020033104
Binary100101101100001110011100101110101001100010000000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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