Html Css Color HEX #9DBAA0 Dark Sea Green

📋 copy color: '#9DBAA0'

red 157 ◦ green 186 ◦ blue 160

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

Shades of Dark Sea Green #9DBAA0

Tints of Dark Sea Green #9DBAA0

RGB

 RED value IS 157 (61.72% from 255) = 31.21%

 GREEN value IS 186 (73.05% from 255) = 36.98%

 BLUE value IS 160 (62.89% from 255) = 31.81%

R = 31.21%
G = 36.98%
B = 31.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#9DBAA0 (or 0x9DBAA0) is known color: Dark Sea Green. HEX triplet: 9D, BA and A0. RGB value is (157,186,160). Sum of RGB (Red+Green+Blue) = 157+186+160=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBAA0 is #62455F. Grayscale: #AEAEAE. Windows color (decimal): -6440288 or 10533533. OLE color: 10533533.

HSL color Cylindrical-coordinate representation of color #9DBAA0: hue angle of 126.21º degrees, saturation: 0.17, 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 #9DBAA0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 186 160 -
CMYK 0.16 0 0.14 0.27
HSL 126.21º 0.17% 0.67% -
HSV(B) 126.21º 0.16% 0.73% -
XYZ 37.81 44.82 39.92 -
YUV 174.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 157 186 160 0.16 0 0.14 0.27 126.21 0.17 0.67
Hex 9D BA A0 10 0 E 1B 7E 11 43
Octal 235 272 240 20 0 16 33 176 21 103
Binary 10011101 10111010 10100000 10000 0 1110 11011 1111110 10001 1000011

Color Harmonies of #9DBAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBAA0

Black with #9DBAA0

Text Example


Text Example

White with #9DBAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DBAA0;
 }
 .AnyTagClassName
 {
   color: #9DBAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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