#8CB886

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

Shades of Dark Sea Green #8CB886

Tints of Dark Sea Green #8CB886

Color information

#8CB886 (or 0x8CB886) is unknown color: approx Dark Sea Green. HEX triplet: 8C, B8 and 86. RGB value is (140,184,134). Sum of RGB (Red+Green+Blue) = 140+184+134=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB886 is #734779. Grayscale: #A5A5A5. Windows color (decimal): -7554938 or 8829068. OLE color: 8829068.

HSL color Cylindrical-coordinate representation of color #8CB886: hue angle of 112.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CB886 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB140184134-
CMYK0.2400.270.28
HSL112.8º26.04%62.35%-
HSV(B)112.8º27.17%72.16%-
XYZ32.2641.5828.88-
YUV165.14110.42110.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 184 (72.27% from 255) = 40.17%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=30.57%
G=40.17%
B=29.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401841340.2400.270.28112.826.0462.35
Hex8CB8861801B1C711a3e
Octal21427020630033341613276
Binary1000110010111000100001101100001101111100111000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,184,134); }

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

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

 a { background-color: rgb(140,184,134); }

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

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

 span { border-color: rgb(140,184,134); }

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