Html Css Color HEX #8DAD8D Dark Sea Green

📋 copy color: '#8DAD8D'

red 141 ◦ green 173 ◦ blue 141

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

Shades of Dark Sea Green #8DAD8D

Tints of Dark Sea Green #8DAD8D

RGB

 RED value IS 141 (55.47% from 255) = 30.99%

 GREEN value IS 173 (67.97% from 255) = 38.02%

 BLUE value IS 141 (55.47% from 255) = 30.99%

R = 30.99%
G = 38.02%
B = 30.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#8DAD8D (or 0x8DAD8D) is known color: Dark Sea Green. HEX triplet: 8D, AD and 8D. RGB value is (141,173,141). Sum of RGB (Red+Green+Blue) = 141+173+141=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAD8D is #725272. Grayscale: #9F9F9F. Windows color (decimal): -7492211 or 9285005. OLE color: 9285005.

HSL color Cylindrical-coordinate representation of color #8DAD8D: hue angle of 120º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAD8D is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 173 141 -
CMYK 0.18 0 0.18 0.32
HSL 120º 0.16% 0.62% -
HSV(B) 120º 0.18% 0.68% -
XYZ 30.74 37.47 30.81 -
YUV 159.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 141 173 141 0.18 0 0.18 0.32 120 0.16 0.62
Hex 8D AD 8D 12 0 12 20 78 10 3E
Octal 215 255 215 22 0 22 40 170 20 76
Binary 10001101 10101101 10001101 10010 0 10010 100000 1111000 10000 111110

Color Harmonies of #8DAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD8D

Black with #8DAD8D

Text Example


Text Example

White with #8DAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DAD8D; }

 p { color: rgb(141,173,141); }

 H1.HeaderClassName
 {
   color: #8DAD8D;
 }
 .AnyTagClassName
 {
   color: #8DAD8D;
 }
</style>

background-color css

<style>
 a { background-color: #8DAD8D; }

 a { background-color: rgb(141,173,141); }

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

border-color css

<style>
 span { border-color: #8DAD8D; }

 span { border-color: rgb(141,173,141); }

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