#96C88C

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

Shades of Dark Sea Green #96C88C

Tints of Dark Sea Green #96C88C

Color information

#96C88C (or 0x96C88C) is unknown color: approx Dark Sea Green. HEX triplet: 96, C8 and 8C. RGB value is (150,200,140). Sum of RGB (Red+Green+Blue) = 150+200+140=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #96C88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C88C is #693773. Grayscale: #B2B2B2. Windows color (decimal): -6895476 or 9226390. OLE color: 9226390.

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

Color convert

RGB150200140-
CMYK0.2500.30.22
HSL110º35.29%66.67%-
HSV(B)110º30%78.43%-
XYZ37.9749.6932.4-
YUV178.21106.44107.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=30.61%
G=40.82%
B=28.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001400.2500.30.2211035.2966.67
Hex96C88C1901E166e2343
Octal226310214310362615643103
Binary100101101100100010001100110010111101011011011101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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