Html Css Color HEX #8DC996 Dark Sea Green

📋 copy color: '#8DC996'

red 141 ◦ green 201 ◦ blue 150

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

Shades of Dark Sea Green #8DC996

Tints of Dark Sea Green #8DC996

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.85%

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 28.66%
G = 40.85%
B = 30.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#8DC996 (or 0x8DC996) is known color: Dark Sea Green. HEX triplet: 8D, C9 and 96. RGB value is (141,201,150). Sum of RGB (Red+Green+Blue) = 141+201+150=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC996 is #723669. Grayscale: #B1B1B1. Windows color (decimal): -7485034 or 9881997. OLE color: 9881997.

HSL color Cylindrical-coordinate representation of color #8DC996: hue angle of 129º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC996 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 201 150 -
CMYK 0.30 0 0.25 0.21
HSL 129º 0.36% 0.67% -
HSV(B) 129º 0.3% 0.79% -
XYZ 37.38 49.64 36.47 -
YUV 177.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 141 201 150 0.30 0 0.25 0.21 129 0.36 0.67
Hex 8D C9 96 1E 0 19 15 81 24 43
Octal 215 311 226 36 0 31 25 201 44 103
Binary 10001101 11001001 10010110 11110 0 11001 10101 10000001 100100 1000011

Color Harmonies of #8DC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC996

Black with #8DC996

Text Example


Text Example

White with #8DC996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,201,150); }

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

background-color css

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

 a { background-color: rgb(141,201,150); }

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

border-color css

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

 span { border-color: rgb(141,201,150); }

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