#8BB488

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

Shades of Dark Sea Green #8BB488

Tints of Dark Sea Green #8BB488

Color information

#8BB488 (or 0x8BB488) is unknown color: approx Dark Sea Green. HEX triplet: 8B, B4 and 88. RGB value is (139,180,136). Sum of RGB (Red+Green+Blue) = 139+180+136=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB488 is #744B77. Grayscale: #A2A2A2. Windows color (decimal): -7621496 or 8959115. OLE color: 8959115.

HSL color Cylindrical-coordinate representation of color #8BB488: hue angle of 115.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB488 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB139180136-
CMYK0.2300.240.29
HSL115.91º22.68%61.96%-
HSV(B)115.91º24.44%70.59%-
XYZ31.4139.9129.34-
YUV162.72112.92111.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=30.55%
G=39.56%
B=29.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391801360.2300.240.29115.9122.6861.96
Hex8BB488170181D74173e
Octal21326421027030351642776
Binary1000101110110100100010001011101100011101111010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,136); }

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

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

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

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

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

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

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