#96C195

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

Shades of Dark Sea Green #96C195

Tints of Dark Sea Green #96C195

Color information

#96C195 (or 0x96C195) is unknown color: approx Dark Sea Green. HEX triplet: 96, C1 and 95. RGB value is (150,193,149). Sum of RGB (Red+Green+Blue) = 150+193+149=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #96C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C195 is #693E6A. Grayscale: #AFAFAF. Windows color (decimal): -6897259 or 9814422. OLE color: 9814422.

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

Color convert

RGB150193149-
CMYK0.2200.230.24
HSL118.64º26.19%67.06%-
HSV(B)118.64º22.8%75.69%-
XYZ37.0746.7935.51-
YUV175.13113.25110.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=30.49%
G=39.23%
B=30.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931490.2200.230.24118.6426.1967.06
Hex96C1951601718771a43
Octal226301225260273016732103
Binary10010110110000011001010110110010111110001110111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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