#9DBB9E

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

Shades of Dark Sea Green #9DBB9E

Tints of Dark Sea Green #9DBB9E

Color information

#9DBB9E (or 0x9DBB9E) is unknown color: approx Dark Sea Green. HEX triplet: 9D, BB and 9E. RGB value is (157,187,158). Sum of RGB (Red+Green+Blue) = 157+187+158=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB9E is #624461. Grayscale: #AEAEAE. Windows color (decimal): -6440034 or 10402717. OLE color: 10402717.

HSL color Cylindrical-coordinate representation of color #9DBB9E: hue angle of 122º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBB9E is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB157187158-
CMYK0.1600.160.27
HSL122º18.07%67.45%-
HSV(B)122º16.04%73.33%-
XYZ37.8545.1839.07-
YUV174.72118.56115.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.27%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=31.27%
G=37.25%
B=31.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571871580.1600.160.2712218.0767.45
Hex9DBB9E100101B7a1243
Octal235273236200203317222103
Binary10011101101110111001111010000010000110111111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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