#8BB08A

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

Shades of Dark Sea Green #8BB08A

Tints of Dark Sea Green #8BB08A

Color information

#8BB08A (or 0x8BB08A) is unknown color: approx Dark Sea Green. HEX triplet: 8B, B0 and 8A. RGB value is (139,176,138). Sum of RGB (Red+Green+Blue) = 139+176+138=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB08A is #744F75. Grayscale: #A0A0A0. Windows color (decimal): -7622518 or 9089163. OLE color: 9089163.

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

Color convert

RGB139176138-
CMYK0.2100.220.31
HSL118.42º19.39%61.57%-
HSV(B)118.42º21.59%69.02%-
XYZ30.7638.3729.83-
YUV160.6115.24112.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=30.68%
G=38.85%
B=30.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391761380.2100.220.31118.4219.3961.57
Hex8BB08A150161F76133e
Octal21326021225026371662376
Binary1000101110110000100010101010101011011111111011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,138); }

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

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

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

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

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

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

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