Html Css Color HEX #82A5A2 Submarine

📋 copy color: '#82A5A2'

red 130 ◦ green 165 ◦ blue 162

#82A5A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #82A5A2

Tints of Submarine #82A5A2

RGB

 RED value IS 130 (51.17% from 255) = 28.45%

 GREEN value IS 165 (64.84% from 255) = 36.11%

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 28.45%
G = 36.11%
B = 35.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#82A5A2 (or 0x82A5A2) is known color: Submarine. HEX triplet: 82, A5 and A2. RGB value is (130,165,162). Sum of RGB (Red+Green+Blue) = 130+165+162=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #82A5A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A5A2 is #7D5A5D. Grayscale: #9A9A9A. Windows color (decimal): -8215134 or 10659202. OLE color: 10659202.

HSL color Cylindrical-coordinate representation of color #82A5A2: hue angle of 174.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A5A2 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 165 162 -
CMYK 0.21 0 0.02 0.35
HSL 174.86º 0.16% 0.58% -
HSV(B) 174.86º 0.21% 0.65% -
XYZ 29.18 34.26 39.26 -
YUV 154.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 130 165 162 0.21 0 0.02 0.35 174.86 0.16 0.58
Hex 82 A5 A2 15 0 2 23 AF 10 3A
Octal 202 245 242 25 0 2 43 257 20 72
Binary 10000010 10100101 10100010 10101 0 10 100011 10101111 10000 111010

Color Harmonies of #82A5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A5A2

Black with #82A5A2

Text Example


Text Example

White with #82A5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82A5A2;
 }
 .AnyTagClassName
 {
   color: #82A5A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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