#83BA8A

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

Shades of Dark Sea Green #83BA8A

Tints of Dark Sea Green #83BA8A

Color information

#83BA8A (or 0x83BA8A) is unknown color: approx Dark Sea Green. HEX triplet: 83, BA and 8A. RGB value is (131,186,138). Sum of RGB (Red+Green+Blue) = 131+186+138=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BA8A is #7C4575. Grayscale: #A4A4A4. Windows color (decimal): -8144246 or 9091715. OLE color: 9091715.

HSL color Cylindrical-coordinate representation of color #83BA8A: hue angle of 127.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BA8A is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB131186138-
CMYK0.3000.260.27
HSL127.64º28.5%62.16%-
HSV(B)127.64º29.57%72.94%-
XYZ31.5141.7830.45-
YUV164.08113.28104.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.79%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=28.79%
G=40.88%
B=30.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311861380.3000.260.27127.6428.562.16
Hex83BA8A1E01A1B801c3e
Octal20327221236032332003476
Binary10000011101110101000101011110011010110111000000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,186,138); }

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

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

 a { background-color: rgb(131,186,138); }

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

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

 span { border-color: rgb(131,186,138); }

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