#9DBC9E

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

Shades of Dark Sea Green #9DBC9E

Tints of Dark Sea Green #9DBC9E

Color information

#9DBC9E (or 0x9DBC9E) is unknown color: approx Dark Sea Green. HEX triplet: 9D, BC and 9E. RGB value is (157,188,158). Sum of RGB (Red+Green+Blue) = 157+188+158=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBC9E is #624361. Grayscale: #AFAFAF. Windows color (decimal): -6439778 or 10402973. OLE color: 10402973.

HSL color Cylindrical-coordinate representation of color #9DBC9E: hue angle of 121.94º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBC9E is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB157188158-
CMYK0.1600.160.26
HSL121.94º18.79%67.65%-
HSV(B)121.94º16.49%73.73%-
XYZ38.0645.639.14-
YUV175.31118.23114.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.21%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=31.21%
G=37.38%
B=31.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571881580.1600.160.26121.9418.7967.65
Hex9DBC9E100101A7a1344
Octal235274236200203217223104
Binary10011101101111001001111010000010000110101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBC9E; }

 p { color: rgb(157,188,158); }

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

<style>
 a { background-color: #9DBC9E; }

 a { background-color: rgb(157,188,158); }

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

<style>
 span { border-color: #9DBC9E; }

 span { border-color: rgb(157,188,158); }

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