#8DB894

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

Shades of Dark Sea Green #8DB894

Tints of Dark Sea Green #8DB894

Color information

#8DB894 (or 0x8DB894) is unknown color: approx Dark Sea Green. HEX triplet: 8D, B8 and 94. RGB value is (141,184,148). Sum of RGB (Red+Green+Blue) = 141+184+148=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB894 is #72476B. Grayscale: #A7A7A7. Windows color (decimal): -7489388 or 9746573. OLE color: 9746573.

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

Color convert

RGB141184148-
CMYK0.2300.200.28
HSL129.77º23.24%63.73%-
HSV(B)129.77º23.37%72.16%-
XYZ33.4742.0834.38-
YUV167.04117.25109.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=29.81%
G=38.90%
B=31.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411841480.2300.200.28129.7723.2463.73
Hex8DB894170141C821740
Octal215270224270243420227100
Binary100011011011100010010100101110101001110010000010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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