#8BAF87

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

Shades of Dark Sea Green #8BAF87

Tints of Dark Sea Green #8BAF87

Color information

#8BAF87 (or 0x8BAF87) is unknown color: approx Dark Sea Green. HEX triplet: 8B, AF and 87. RGB value is (139,175,135). Sum of RGB (Red+Green+Blue) = 139+175+135=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF87 is #745078. Grayscale: #9F9F9F. Windows color (decimal): -7622777 or 8892299. OLE color: 8892299.

HSL color Cylindrical-coordinate representation of color #8BAF87: hue angle of 114º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BAF87 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB139175135-
CMYK0.2100.230.31
HSL114º20%60.78%-
HSV(B)114º22.86%68.63%-
XYZ30.3537.928.64-
YUV159.68114.07113.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.96%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=30.96%
G=38.98%
B=30.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751350.2100.230.311142060.78
Hex8BAF87150171F72143d
Octal21325720725027371622475
Binary1000101110101111100001111010101011111111111001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,135); }

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

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

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

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

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

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

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