#82B3AD

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

Shades of Gulf Stream #82B3AD

Tints of Gulf Stream #82B3AD

Color information

#82B3AD (or 0x82B3AD) is unknown color: approx Gulf Stream. HEX triplet: 82, B3 and AD. RGB value is (130,179,173). Sum of RGB (Red+Green+Blue) = 130+179+173=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 179 - color contains mainly: green. Hex color #82B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B3AD is #7D4C52. Grayscale: #A3A3A3. Windows color (decimal): -8211539 or 11383682. OLE color: 11383682.

HSL color Cylindrical-coordinate representation of color #82B3AD: hue angle of 172.65º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B3AD is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB130179173-
CMYK0.2700.030.30
HSL172.65º24.38%60.59%-
HSV(B)172.65º27.37%70.2%-
XYZ32.874045.52-
YUV163.66133.27103.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=26.97%
G=37.14%
B=35.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301791730.2700.030.30172.6524.3860.59
Hex82B3AD1B031Ead183d
Octal2022632553303362553075
Binary10000010101100111010110111011011111101010110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,179,173); }

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

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

 a { background-color: rgb(130,179,173); }

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

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

 span { border-color: rgb(130,179,173); }

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