#81B486

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

Shades of Dark Sea Green #81B486

Tints of Dark Sea Green #81B486

Color information

#81B486 (or 0x81B486) is unknown color: approx Dark Sea Green. HEX triplet: 81, B4 and 86. RGB value is (129,180,134). Sum of RGB (Red+Green+Blue) = 129+180+134=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #81B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B486 is #7E4B79. Grayscale: #9F9F9F. Windows color (decimal): -8276858 or 8828033. OLE color: 8828033.

HSL color Cylindrical-coordinate representation of color #81B486: hue angle of 125.88º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B486 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB129180134-
CMYK0.2800.260.29
HSL125.88º25.37%60.59%-
HSV(B)125.88º28.33%70.59%-
XYZ29.6839.0328.52-
YUV159.51113.6106.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=29.12%
G=40.63%
B=30.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291801340.2800.260.29125.8825.3760.59
Hex81B4861C01A1D7e193d
Octal20126420634032351763175
Binary1000000110110100100001101110001101011101111111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B486; }

 p { color: rgb(129,180,134); }

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

<style>
 a { background-color: #81B486; }

 a { background-color: rgb(129,180,134); }

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

<style>
 span { border-color: #81B486; }

 span { border-color: rgb(129,180,134); }

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