Html Css Color HEX #8DC194 Dark Sea Green

📋 copy color: '#8DC194'

red 141 ◦ green 193 ◦ blue 148

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

Shades of Dark Sea Green #8DC194

Tints of Dark Sea Green #8DC194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.04%

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

R = 29.25%
G = 40.04%
B = 30.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#8DC194 (or 0x8DC194) is known color: Dark Sea Green. HEX triplet: 8D, C1 and 94. RGB value is (141,193,148). Sum of RGB (Red+Green+Blue) = 141+193+148=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC194 is #723E6B. Grayscale: #ACACAC. Windows color (decimal): -7487084 or 9748877. OLE color: 9748877.

HSL color Cylindrical-coordinate representation of color #8DC194: hue angle of 128.08º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC194 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 193 148 -
CMYK 0.27 0 0.23 0.24
HSL 128.08º 0.3% 0.65% -
HSV(B) 128.08º 0.27% 0.76% -
XYZ 35.4 45.94 35.02 -
YUV 172.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 141 193 148 0.27 0 0.23 0.24 128.08 0.3 0.65
Hex 8D C1 94 1B 0 17 18 80 1E 41
Octal 215 301 224 33 0 27 30 200 36 101
Binary 10001101 11000001 10010100 11011 0 10111 11000 10000000 11110 1000001

Color Harmonies of #8DC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC194

Black with #8DC194

Text Example


Text Example

White with #8DC194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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