#8DB994

Color #8DB994 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #8DB994

Tints of Dark Sea Green #8DB994

Color information

#8DB994 (or 0x8DB994) is unknown color: approx Dark Sea Green. HEX triplet: 8D, B9 and 94. RGB value is (141,185,148). Sum of RGB (Red+Green+Blue) = 141+185+148=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB994 is #72466B. Grayscale: #A7A7A7. Windows color (decimal): -7489132 or 9746829. OLE color: 9746829.

HSL color Cylindrical-coordinate representation of color #8DB994: hue angle of 129.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DB994 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB141185148-
CMYK0.2400.200.27
HSL129.55º23.91%63.92%-
HSV(B)129.55º23.78%72.55%-
XYZ33.6842.534.44-
YUV167.63116.92109.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=29.75%
G=39.03%
B=31.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411851480.2400.200.27129.5523.9163.92
Hex8DB994180141B821840
Octal215271224300243320230100
Binary100011011011100110010100110000101001101110000010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DB994;
 }
 .AnyTagClassName
 {
   color: #8DB994;
 }
</style>
background-color css

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

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

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

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

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

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