#8CBB80

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

Shades of Dark Sea Green #8CBB80

Tints of Dark Sea Green #8CBB80

Color information

#8CBB80 (or 0x8CBB80) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BB and 80. RGB value is (140,187,128). Sum of RGB (Red+Green+Blue) = 140+187+128=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBB80 is #73447F. Grayscale: #A6A6A6. Windows color (decimal): -7554176 or 8436620. OLE color: 8436620.

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

Color convert

RGB140187128-
CMYK0.2500.320.27
HSL107.8º30.26%61.76%-
HSV(B)107.8º31.55%73.33%-
XYZ32.4842.6726.95-
YUV166.22106.43109.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 187 (73.44% from 255) = 41.10%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=30.77%
G=41.10%
B=28.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401871280.2500.320.27107.830.2661.76
Hex8CBB80190201B6c1e3e
Octal21427320031040331543676
Binary10001100101110111000000011001010000011011110110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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