#8BBF8B

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

Shades of Dark Sea Green #8BBF8B

Tints of Dark Sea Green #8BBF8B

Color information

#8BBF8B (or 0x8BBF8B) is unknown color: approx Dark Sea Green. HEX triplet: 8B, BF and 8B. RGB value is (139,191,139). Sum of RGB (Red+Green+Blue) = 139+191+139=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBF8B is #744074. Grayscale: #A9A9A9. Windows color (decimal): -7618677 or 9158539. OLE color: 9158539.

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

Color convert

RGB139191139-
CMYK0.2700.270.25
HSL120º28.89%64.71%-
HSV(B)120º27.23%74.9%-
XYZ33.9444.6131.25-
YUV169.52110.77106.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=29.64%
G=40.72%
B=29.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391911390.2700.270.2512028.8964.71
Hex8BBF8B1B01B19781d41
Octal213277213330333117035101
Binary10001011101111111000101111011011011110011111000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,139); }

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

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

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

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

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

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

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