#96CA8D

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

Shades of Dark Sea Green #96CA8D

Tints of Dark Sea Green #96CA8D

Color information

#96CA8D (or 0x96CA8D) is unknown color: approx Dark Sea Green. HEX triplet: 96, CA and 8D. RGB value is (150,202,141). Sum of RGB (Red+Green+Blue) = 150+202+141=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA8D is #693572. Grayscale: #B3B3B3. Windows color (decimal): -6894963 or 9292438. OLE color: 9292438.

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

Color convert

RGB150202141-
CMYK0.2600.300.21
HSL111.15º36.53%67.25%-
HSV(B)111.15º30.2%79.22%-
XYZ38.5150.6532.95-
YUV179.5106.27106.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=30.43%
G=40.97%
B=28.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021410.2600.300.21111.1536.5367.25
Hex96CA8D1A01E156f2543
Octal226312215320362515745103
Binary100101101100101010001101110100111101010111011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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