#96BE96

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

Shades of Dark Sea Green #96BE96

Tints of Dark Sea Green #96BE96

Color information

#96BE96 (or 0x96BE96) is unknown color: approx Dark Sea Green. HEX triplet: 96, BE and 96. RGB value is (150,190,150). Sum of RGB (Red+Green+Blue) = 150+190+150=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE96 is #694169. Grayscale: #ADADAD. Windows color (decimal): -6898026 or 9879190. OLE color: 9879190.

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

Color convert

RGB150190150-
CMYK0.2100.210.25
HSL120º23.53%66.67%-
HSV(B)120º21.05%74.51%-
XYZ36.545.5135.72-
YUV173.48114.75111.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=30.61%
G=38.78%
B=30.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901500.2100.210.2512023.5366.67
Hex96BE961501519781843
Octal226276226250253117030103
Binary10010110101111101001011010101010101110011111000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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