Html Css Color HEX #8DB48C Dark Sea Green

📋 copy color: '#8DB48C'

red 141 ◦ green 180 ◦ blue 140

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

Shades of Dark Sea Green #8DB48C

Tints of Dark Sea Green #8DB48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

 BLUE value IS 140 (55.08% from 255) = 30.37%

R = 30.59%
G = 39.05%
B = 30.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#8DB48C (or 0x8DB48C) is known color: Dark Sea Green. HEX triplet: 8D, B4 and 8C. RGB value is (141,180,140). Sum of RGB (Red+Green+Blue) = 141+180+140=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB48C is #724B73. Grayscale: #A3A3A3. Windows color (decimal): -7490420 or 9221261. OLE color: 9221261.

HSL color Cylindrical-coordinate representation of color #8DB48C: hue angle of 118.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB48C is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 180 140 -
CMYK 0.22 0 0.22 0.29
HSL 118.5º 0.21% 0.63% -
HSV(B) 118.5º 0.22% 0.71% -
XYZ 32.04 40.2 30.88 -
YUV 163.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 141 180 140 0.22 0 0.22 0.29 118.5 0.21 0.63
Hex 8D B4 8C 16 0 16 1D 76 15 3F
Octal 215 264 214 26 0 26 35 166 25 77
Binary 10001101 10110100 10001100 10110 0 10110 11101 1110110 10101 111111

Color Harmonies of #8DB48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB48C

Black with #8DB48C

Text Example


Text Example

White with #8DB48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,180,140); }

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

background-color css

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

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

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

border-color css

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

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

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