#81B282

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

Shades of Dark Sea Green #81B282

Tints of Dark Sea Green #81B282

Color information

#81B282 (or 0x81B282) is unknown color: approx Dark Sea Green. HEX triplet: 81, B2 and 82. RGB value is (129,178,130). Sum of RGB (Red+Green+Blue) = 129+178+130=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #81B282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B282 is #7E4D7D. Grayscale: #9E9E9E. Windows color (decimal): -8277374 or 8565377. OLE color: 8565377.

HSL color Cylindrical-coordinate representation of color #81B282: hue angle of 121.22º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B282 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB129178130-
CMYK0.2800.270.30
HSL121.22º24.14%60.2%-
HSV(B)121.22º27.53%69.8%-
XYZ2938.1226.95-
YUV157.88112.27107.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=29.52%
G=40.73%
B=29.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1291781300.2800.270.30121.2224.1460.2
Hex81B2821C01B1E79183c
Octal20126220234033361713074
Binary1000000110110010100000101110001101111110111100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,178,130); }

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

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

 a { background-color: rgb(129,178,130); }

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

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

 span { border-color: rgb(129,178,130); }

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