Html Css Color HEX #8DC094 Dark Sea Green

📋 copy color: '#8DC094'

red 141 ◦ green 192 ◦ blue 148

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

Shades of Dark Sea Green #8DC094

Tints of Dark Sea Green #8DC094

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.92%

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

R = 29.31%
G = 39.92%
B = 30.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#8DC094 (or 0x8DC094) is known color: Dark Sea Green. HEX triplet: 8D, C0 and 94. RGB value is (141,192,148). Sum of RGB (Red+Green+Blue) = 141+192+148=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC094 is #723F6B. Grayscale: #ABABAB. Windows color (decimal): -7487340 or 9748621. OLE color: 9748621.

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

Color convert

RGB 141 192 148 -
CMYK 0.27 0 0.23 0.25
HSL 128.24º 0.29% 0.65% -
HSV(B) 128.24º 0.27% 0.75% -
XYZ 35.18 45.5 34.95 -
YUV 171.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 141 192 148 0.27 0 0.23 0.25 128.24 0.29 0.65
Hex 8D C0 94 1B 0 17 19 80 1D 41
Octal 215 300 224 33 0 27 31 200 35 101
Binary 10001101 11000000 10010100 11011 0 10111 11001 10000000 11101 1000001

Color Harmonies of #8DC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC094

Black with #8DC094

Text Example


Text Example

White with #8DC094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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