#96C693

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

Shades of Dark Sea Green #96C693

Tints of Dark Sea Green #96C693

Color information

#96C693 (or 0x96C693) is unknown color: approx Dark Sea Green. HEX triplet: 96, C6 and 93. RGB value is (150,198,147). Sum of RGB (Red+Green+Blue) = 150+198+147=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #96C693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C693 is #69396C. Grayscale: #B1B1B1. Windows color (decimal): -6895981 or 9684630. OLE color: 9684630.

HSL color Cylindrical-coordinate representation of color #96C693: hue angle of 116.47º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96C693 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB150198147-
CMYK0.2400.260.22
HSL116.47º30.91%67.65%-
HSV(B)116.47º25.76%77.65%-
XYZ38.0448.9835.05-
YUV177.83110.6108.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=30.30%
G=40%
B=29.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501981470.2400.260.22116.4730.9167.65
Hex96C6931801A16741f44
Octal226306223300322616437104
Binary10010110110001101001001111000011010101101110100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,147); }

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

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

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

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

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

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

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