#83AF80

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

Shades of Dark Sea Green #83AF80

Tints of Dark Sea Green #83AF80

Color information

#83AF80 (or 0x83AF80) is unknown color: approx Dark Sea Green. HEX triplet: 83, AF and 80. RGB value is (131,175,128). Sum of RGB (Red+Green+Blue) = 131+175+128=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AF80 is #7C507F. Grayscale: #9C9C9C. Windows color (decimal): -8147072 or 8433539. OLE color: 8433539.

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

Color convert

RGB131175128-
CMYK0.2500.270.31
HSL116.17º22.71%59.41%-
HSV(B)116.17º26.86%68.63%-
XYZ28.5937.0426.07-
YUV156.49111.92109.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=30.18%
G=40.32%
B=29.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311751280.2500.270.31116.1722.7159.41
Hex83AF801901B1F74173b
Octal20325720031033371642773
Binary1000001110101111100000001100101101111111111010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,175,128); }

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

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

 a { background-color: rgb(131,175,128); }

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

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

 span { border-color: rgb(131,175,128); }

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