#96CA96

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

Shades of Dark Sea Green #96CA96

Tints of Dark Sea Green #96CA96

Color information

#96CA96 (or 0x96CA96) is unknown color: approx Dark Sea Green. HEX triplet: 96, CA and 96. RGB value is (150,202,150). Sum of RGB (Red+Green+Blue) = 150+202+150=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA96 is #693569. Grayscale: #B4B4B4. Windows color (decimal): -6894954 or 9882262. OLE color: 9882262.

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

Color convert

RGB150202150-
CMYK0.2600.260.21
HSL120º32.91%69.02%-
HSV(B)120º25.74%79.22%-
XYZ39.250.9336.62-
YUV180.52110.77106.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=29.88%
G=40.24%
B=29.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021500.2600.260.2112032.9169.02
Hex96CA961A01A15782145
Octal226312226320322517041105
Binary100101101100101010010110110100110101010111110001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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