Html Css Color HEX #8DB48B Dark Sea Green

📋 copy color: '#8DB48B'

red 141 ◦ green 180 ◦ blue 139

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

Shades of Dark Sea Green #8DB48B

Tints of Dark Sea Green #8DB48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 30.65%
G = 39.13%
B = 30.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#8DB48B (or 0x8DB48B) is known color: Dark Sea Green. HEX triplet: 8D, B4 and 8B. RGB value is (141,180,139). Sum of RGB (Red+Green+Blue) = 141+180+139=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB48B is #724B74. Grayscale: #A3A3A3. Windows color (decimal): -7490421 or 9155725. OLE color: 9155725.

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

Color convert

RGB 141 180 139 -
CMYK 0.22 0 0.23 0.29
HSL 117.07º 0.21% 0.63% -
HSV(B) 117.07º 0.23% 0.71% -
XYZ 31.97 40.17 30.49 -
YUV 163.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 141 180 139 0.22 0 0.23 0.29 117.07 0.21 0.63
Hex 8D B4 8B 16 0 17 1D 75 15 3F
Octal 215 264 213 26 0 27 35 165 25 77
Binary 10001101 10110100 10001011 10110 0 10111 11101 1110101 10101 111111

Color Harmonies of #8DB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB48B

Black with #8DB48B

Text Example


Text Example

White with #8DB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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