#83B485

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

Shades of Dark Sea Green #83B485

Tints of Dark Sea Green #83B485

Color information

#83B485 (or 0x83B485) is unknown color: approx Dark Sea Green. HEX triplet: 83, B4 and 85. RGB value is (131,180,133). Sum of RGB (Red+Green+Blue) = 131+180+133=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #83B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B485 is #7C4B7A. Grayscale: #A0A0A0. Windows color (decimal): -8145787 or 8762499. OLE color: 8762499.

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

Color convert

RGB131180133-
CMYK0.2700.260.29
HSL122.45º24.62%60.98%-
HSV(B)122.45º27.22%70.59%-
XYZ29.9139.1628.17-
YUV159.99112.77107.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=29.50%
G=40.54%
B=29.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801330.2700.260.29122.4524.6260.98
Hex83B4851B01A1D7a193d
Octal20326420533032351723175
Binary1000001110110100100001011101101101011101111101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,133); }

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

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

 a { background-color: rgb(131,180,133); }

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

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

 span { border-color: rgb(131,180,133); }

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