#83B07F

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

Shades of Dark Sea Green #83B07F

Tints of Dark Sea Green #83B07F

Color information

#83B07F (or 0x83B07F) is unknown color: approx Dark Sea Green. HEX triplet: 83, B0 and 7F. RGB value is (131,176,127). Sum of RGB (Red+Green+Blue) = 131+176+127=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #83B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B07F is #7C4F80. Grayscale: #9D9D9D. Windows color (decimal): -8146817 or 8368259. OLE color: 8368259.

HSL color Cylindrical-coordinate representation of color #83B07F: hue angle of 115.1º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B07F is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB131176127-
CMYK0.2600.280.31
HSL115.1º23.67%59.41%-
HSV(B)115.1º27.84%69.02%-
XYZ28.7237.4125.79-
YUV156.96111.09109.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 127 (50% from 255) = 29.26%
R=30.18%
G=40.55%
B=29.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311761270.2600.280.31115.123.6759.41
Hex83B07F1A01C1F73183b
Octal20326017732034371633073
Binary100000111011000011111111101001110011111111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B07F; }

 p { color: rgb(131,176,127); }

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

<style>
 a { background-color: #83B07F; }

 a { background-color: rgb(131,176,127); }

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

<style>
 span { border-color: #83B07F; }

 span { border-color: rgb(131,176,127); }

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