Html Css Color HEX #9DBDA0 Dark Sea Green

📋 copy color: '#9DBDA0'

red 157 ◦ green 189 ◦ blue 160

#9DBDA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #9DBDA0

Tints of Dark Sea Green #9DBDA0

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 value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#9DBDA0 (or 0x9DBDA0) is known color: 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

RGB 157 189 160 -
CMYK 0.17 0 0.15 0.26
HSL 125.63º 0.2% 0.68% -
HSV(B) 125.63º 0.17% 0.74% -
XYZ 38.45 46.1 40.13 -
YUV 176.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 157 189 160 0.17 0 0.15 0.26 125.63 0.2 0.68
Hex 9D BD A0 11 0 F 1A 7E 14 44
Octal 235 275 240 21 0 17 32 176 24 104
Binary 10011101 10111101 10100000 10001 0 1111 11010 1111110 10100 1000100

Color Harmonies of #9DBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBDA0

Black with #9DBDA0

Text Example


Text Example

White with #9DBDA0

Text Example


Text Example

HTML Codes & Css Web 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>