Html Css Color HEX #8DB48A Dark Sea Green

📋 copy color: '#8DB48A'

red 141 ◦ green 180 ◦ blue 138

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

Shades of Dark Sea Green #8DB48A

Tints of Dark Sea Green #8DB48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 30.72%
G = 39.22%
B = 30.07%

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

#8DB48A (or 0x8DB48A) is known color: Dark Sea Green. HEX triplet: 8D, B4 and 8A. RGB value is (141,180,138). Sum of RGB (Red+Green+Blue) = 141+180+138=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB48A is #724B75. Grayscale: #A3A3A3. Windows color (decimal): -7490422 or 9090189. OLE color: 9090189.

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

Color convert

RGB 141 180 138 -
CMYK 0.22 0 0.23 0.29
HSL 115.71º 0.22% 0.62% -
HSV(B) 115.71º 0.23% 0.71% -
XYZ 31.89 40.14 30.11 -
YUV 163.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 141 180 138 0.22 0 0.23 0.29 115.71 0.22 0.62
Hex 8D B4 8A 16 0 17 1D 74 16 3E
Octal 215 264 212 26 0 27 35 164 26 76
Binary 10001101 10110100 10001010 10110 0 10111 11101 1110100 10110 111110

Color Harmonies of #8DB48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB48A

Black with #8DB48A

Text Example


Text Example

White with #8DB48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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