Html Css Color HEX #8DC695 Dark Sea Green

📋 copy color: '#8DC695'

red 141 ◦ green 198 ◦ blue 149

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

Shades of Dark Sea Green #8DC695

Tints of Dark Sea Green #8DC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.57%

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

R = 28.89%
G = 40.57%
B = 30.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#8DC695 (or 0x8DC695) is known color: Dark Sea Green. HEX triplet: 8D, C6 and 95. RGB value is (141,198,149). Sum of RGB (Red+Green+Blue) = 141+198+149=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC695 is #72396A. Grayscale: #AFAFAF. Windows color (decimal): -7485803 or 9815693. OLE color: 9815693.

HSL color Cylindrical-coordinate representation of color #8DC695: hue angle of 128.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC695 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 198 149 -
CMYK 0.29 0 0.25 0.22
HSL 128.42º 0.33% 0.66% -
HSV(B) 128.42º 0.29% 0.78% -
XYZ 36.6 48.22 35.81 -
YUV 175.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 141 198 149 0.29 0 0.25 0.22 128.42 0.33 0.66
Hex 8D C6 95 1D 0 19 16 80 21 42
Octal 215 306 225 35 0 31 26 200 41 102
Binary 10001101 11000110 10010101 11101 0 11001 10110 10000000 100001 1000010

Color Harmonies of #8DC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC695

Black with #8DC695

Text Example


Text Example

White with #8DC695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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