#8BC082

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

Shades of Dark Sea Green #8BC082

Tints of Dark Sea Green #8BC082

Color information

#8BC082 (or 0x8BC082) is unknown color: approx Dark Sea Green. HEX triplet: 8B, C0 and 82. RGB value is (139,192,130). Sum of RGB (Red+Green+Blue) = 139+192+130=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC082 is #743F7D. Grayscale: #A9A9A9. Windows color (decimal): -7618430 or 8568971. OLE color: 8568971.

HSL color Cylindrical-coordinate representation of color #8BC082: hue angle of 111.29º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BC082 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB139192130-
CMYK0.2800.320.25
HSL111.29º32.98%63.14%-
HSV(B)111.29º32.29%75.29%-
XYZ33.5344.828-
YUV169.08105.94106.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.15%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=30.15%
G=41.65%
B=28.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391921300.2800.320.25111.2932.9863.14
Hex8BC0821C020196f213f
Octal21330020234040311574177
Binary100010111100000010000010111000100000110011101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,192,130); }

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

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

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

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

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

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

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