#96C896

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

Shades of Dark Sea Green #96C896

Tints of Dark Sea Green #96C896

Color information

#96C896 (or 0x96C896) is unknown color: approx Dark Sea Green. HEX triplet: 96, C8 and 96. RGB value is (150,200,150). Sum of RGB (Red+Green+Blue) = 150+200+150=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #96C896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C896 is #693769. Grayscale: #B3B3B3. Windows color (decimal): -6895466 or 9881750. OLE color: 9881750.

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

Color convert

RGB150200150-
CMYK0.2500.250.22
HSL120º31.25%68.63%-
HSV(B)120º25%78.43%-
XYZ38.7449.9936.46-
YUV179.35111.44107.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 150 (58.98% from 255) = 30%
R=30%
G=40%
B=30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001500.2500.250.2212031.2568.63
Hex96C8961901916781f45
Octal226310226310312617037105
Binary10010110110010001001011011001011001101101111000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,200,150); }

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

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

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

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

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

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

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