#8CBB8C

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

Shades of Dark Sea Green #8CBB8C

Tints of Dark Sea Green #8CBB8C

Color information

#8CBB8C (or 0x8CBB8C) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BB and 8C. RGB value is (140,187,140). Sum of RGB (Red+Green+Blue) = 140+187+140=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBB8C is #734473. Grayscale: #A7A7A7. Windows color (decimal): -7554164 or 9223052. OLE color: 9223052.

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

Color convert

RGB140187140-
CMYK0.2500.250.27
HSL120º25.68%64.12%-
HSV(B)120º25.13%73.33%-
XYZ33.3243.0131.36-
YUV167.59112.43108.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.98%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=29.98%
G=40.04%
B=29.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401871400.2500.250.2712025.6864.12
Hex8CBB8C190191B781a40
Octal214273214310313317032100
Binary10001100101110111000110011001011001110111111000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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