#82A29F

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

Shades of Submarine #82A29F

Tints of Submarine #82A29F

Color information

#82A29F (or 0x82A29F) is unknown color: approx Submarine. HEX triplet: 82, A2 and 9F. RGB value is (130,162,159). Sum of RGB (Red+Green+Blue) = 130+162+159=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #82A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A29F is #7D5D60. Grayscale: #989898. Windows color (decimal): -8215905 or 10461826. OLE color: 10461826.

HSL color Cylindrical-coordinate representation of color #82A29F: hue angle of 174.37º 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 #82A29F is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB130162159-
CMYK0.2000.020.36
HSL174.37º14.68%57.25%-
HSV(B)174.37º19.75%63.53%-
XYZ28.3833.0937.69-
YUV152.09131.9112.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=28.82%
G=35.92%
B=35.25%

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
Decimal1301621590.2000.020.36174.3714.6857.25
Hex82A29F140224aef39
Octal2022422372402442561771
Binary10000010101000101001111110100010100100101011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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