#82A39F

Color #82A39F Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #82A39F

Tints of Submarine #82A39F

Color information

#82A39F (or 0x82A39F) is unknown color: approx Submarine. HEX triplet: 82, A3 and 9F. RGB value is (130,163,159). Sum of RGB (Red+Green+Blue) = 130+163+159=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 163 - color contains mainly: green. Hex color #82A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A39F is #7D5C60. Grayscale: #989898. Windows color (decimal): -8215649 or 10462082. OLE color: 10462082.

HSL color Cylindrical-coordinate representation of color #82A39F: hue angle of 172.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82A39F is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB130163159-
CMYK0.2000.020.36
HSL172.73º15.21%57.45%-
HSV(B)172.73º20.25%63.92%-
XYZ28.5633.4437.75-
YUV152.68131.57111.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=28.76%
G=36.06%
B=35.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301631590.2000.020.36172.7315.2157.45
Hex82A39F140224adf39
Octal2022432372402442551771
Binary10000010101000111001111110100010100100101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A39F; }

 p { color: rgb(130,163,159); }

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

<style>
 a { background-color: #82A39F; }

 a { background-color: rgb(130,163,159); }

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

<style>
 span { border-color: #82A39F; }

 span { border-color: rgb(130,163,159); }

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