#9DBDA0

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

Shades of Dark Sea Green #9DBDA0

Tints of Dark Sea Green #9DBDA0

Color information

#9DBDA0 (or 0x9DBDA0) is unknown color: approx Dark Sea Green. HEX triplet: 9D, BD and A0. RGB value is (157,189,160). Sum of RGB (Red+Green+Blue) = 157+189+160=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDA0 is #62425F. Grayscale: #B0B0B0. Windows color (decimal): -6439520 or 10534301. OLE color: 10534301.

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

Color convert

RGB157189160-
CMYK0.1700.150.26
HSL125.62º19.51%67.84%-
HSV(B)125.62º16.93%74.12%-
XYZ38.4546.140.13-
YUV176.13118.9114.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=31.03%
G=37.35%
B=31.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891600.1700.150.26125.6219.5167.84
Hex9DBDA0110F1A7e1444
Octal235275240210173217624104
Binary1001110110111101101000001000101111110101111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,189,160); }

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

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

 a { background-color: rgb(157,189,160); }

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

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

 span { border-color: rgb(157,189,160); }

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