#8CBB8A

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

Shades of Dark Sea Green #8CBB8A

Tints of Dark Sea Green #8CBB8A

Color information

#8CBB8A (or 0x8CBB8A) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BB and 8A. RGB value is (140,187,138). Sum of RGB (Red+Green+Blue) = 140+187+138=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBB8A is #734475. Grayscale: #A7A7A7. Windows color (decimal): -7554166 or 9091980. OLE color: 9091980.

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

Color convert

RGB140187138-
CMYK0.2500.260.27
HSL117.55º26.49%63.73%-
HSV(B)117.55º26.2%73.33%-
XYZ33.1742.9530.59-
YUV167.36111.43108.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=30.11%
G=40.22%
B=29.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401871380.2500.260.27117.5526.4963.73
Hex8CBB8A1901A1B761a40
Octal214273212310323316632100
Binary10001100101110111000101011001011010110111110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,187,138); }

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

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

 a { background-color: rgb(140,187,138); }

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

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

 span { border-color: rgb(140,187,138); }

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