#96C695

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

Shades of Dark Sea Green #96C695

Tints of Dark Sea Green #96C695

Color information

#96C695 (or 0x96C695) is unknown color: approx Dark Sea Green. HEX triplet: 96, C6 and 95. RGB value is (150,198,149). Sum of RGB (Red+Green+Blue) = 150+198+149=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #96C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C695 is #69396A. Grayscale: #B2B2B2. Windows color (decimal): -6895979 or 9815702. OLE color: 9815702.

HSL color Cylindrical-coordinate representation of color #96C695: hue angle of 118.78º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C695 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB150198149-
CMYK0.2400.250.22
HSL118.78º30.06%68.04%-
HSV(B)118.78º24.75%77.65%-
XYZ38.249.0435.89-
YUV178.06111.6107.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 198 (77.73% from 255) = 39.84%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=30.18%
G=39.84%
B=29.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501981490.2400.250.22118.7830.0668.04
Hex96C6951801916771e44
Octal226306225300312616736104
Binary10010110110001101001010111000011001101101110111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,149); }

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

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

 a { background-color: rgb(150,198,149); }

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

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

 span { border-color: rgb(150,198,149); }

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