Html Css Color HEX #8DBA94 Dark Sea Green

📋 copy color: '#8DBA94'

red 141 ◦ green 186 ◦ blue 148

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

Shades of Dark Sea Green #8DBA94

Tints of Dark Sea Green #8DBA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 29.68%
G = 39.16%
B = 31.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#8DBA94 (or 0x8DBA94) is known color: Dark Sea Green. HEX triplet: 8D, BA and 94. RGB value is (141,186,148). Sum of RGB (Red+Green+Blue) = 141+186+148=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBA94 is #72456B. Grayscale: #A8A8A8. Windows color (decimal): -7488876 or 9747085. OLE color: 9747085.

HSL color Cylindrical-coordinate representation of color #8DBA94: hue angle of 129.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DBA94 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 186 148 -
CMYK 0.24 0 0.20 0.27
HSL 129.33º 0.25% 0.64% -
HSV(B) 129.33º 0.24% 0.73% -
XYZ 33.89 42.92 34.51 -
YUV 168.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 141 186 148 0.24 0 0.20 0.27 129.33 0.25 0.64
Hex 8D BA 94 18 0 14 1B 81 19 40
Octal 215 272 224 30 0 24 33 201 31 100
Binary 10001101 10111010 10010100 11000 0 10100 11011 10000001 11001 1000000

Color Harmonies of #8DBA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA94

Black with #8DBA94

Text Example


Text Example

White with #8DBA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,148); }

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

background-color css

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

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

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

border-color css

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

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

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