Html Css Color HEX #8DC195 Dark Sea Green

📋 copy color: '#8DC195'

red 141 ◦ green 193 ◦ blue 149

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

Shades of Dark Sea Green #8DC195

Tints of Dark Sea Green #8DC195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.85%

R = 29.19%
G = 39.96%
B = 30.85%

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

#8DC195 (or 0x8DC195) is known color: Dark Sea Green. HEX triplet: 8D, C1 and 95. RGB value is (141,193,149). Sum of RGB (Red+Green+Blue) = 141+193+149=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC195 is #723E6A. Grayscale: #ACACAC. Windows color (decimal): -7487083 or 9814413. OLE color: 9814413.

HSL color Cylindrical-coordinate representation of color #8DC195: hue angle of 129.23º 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 #8DC195 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 193 149 -
CMYK 0.27 0 0.23 0.24
HSL 129.23º 0.3% 0.65% -
HSV(B) 129.23º 0.27% 0.76% -
XYZ 35.48 45.97 35.44 -
YUV 172.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 141 193 149 0.27 0 0.23 0.24 129.23 0.3 0.65
Hex 8D C1 95 1B 0 17 18 81 1E 41
Octal 215 301 225 33 0 27 30 201 36 101
Binary 10001101 11000001 10010101 11011 0 10111 11000 10000001 11110 1000001

Color Harmonies of #8DC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC195

Black with #8DC195

Text Example


Text Example

White with #8DC195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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