#96C995

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

Shades of Dark Sea Green #96C995

Tints of Dark Sea Green #96C995

Color information

#96C995 (or 0x96C995) is unknown color: approx Dark Sea Green. HEX triplet: 96, C9 and 95. RGB value is (150,201,149). Sum of RGB (Red+Green+Blue) = 150+201+149=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #96C995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C995 is #69366A. Grayscale: #B3B3B3. Windows color (decimal): -6895211 or 9816470. OLE color: 9816470.

HSL color Cylindrical-coordinate representation of color #96C995: hue angle of 118.85º 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 #96C995 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB150201149-
CMYK0.2500.260.21
HSL118.85º32.5%68.63%-
HSV(B)118.85º25.87%78.82%-
XYZ38.8950.4336.12-
YUV179.82110.6106.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 201 (78.91% from 255) = 40.2%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=30%
G=40.2%
B=29.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502011490.2500.260.21118.8532.568.63
Hex96C9951901A15772045
Octal226311225310322516740105
Binary100101101100100110010101110010110101010111101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,201,149); }

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

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

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

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

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

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

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