#8BBE86

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

Shades of Dark Sea Green #8BBE86

Tints of Dark Sea Green #8BBE86

Color information

#8BBE86 (or 0x8BBE86) is unknown color: approx Dark Sea Green. HEX triplet: 8B, BE and 86. RGB value is (139,190,134). Sum of RGB (Red+Green+Blue) = 139+190+134=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBE86 is #744179. Grayscale: #A8A8A8. Windows color (decimal): -7618938 or 8830603. OLE color: 8830603.

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

Color convert

RGB139190134-
CMYK0.2700.290.25
HSL114.64º30.11%63.53%-
HSV(B)114.64º29.47%74.51%-
XYZ33.3644.0429.3-
YUV168.37108.6107.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=30.02%
G=41.04%
B=28.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391901340.2700.290.25114.6430.1163.53
Hex8BBE861B01D19731e40
Octal213276206330353116336100
Binary10001011101111101000011011011011101110011110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,190,134); }

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

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

 a { background-color: rgb(139,190,134); }

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

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

 span { border-color: rgb(139,190,134); }

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