#82ADA9

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

Shades of Gulf Stream #82ADA9

Tints of Gulf Stream #82ADA9

Color information

#82ADA9 (or 0x82ADA9) is unknown color: approx Gulf Stream. HEX triplet: 82, AD and A9. RGB value is (130,173,169). Sum of RGB (Red+Green+Blue) = 130+173+169=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #82ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ADA9 is #7D5256. Grayscale: #9F9F9F. Windows color (decimal): -8213079 or 11120002. OLE color: 11120002.

HSL color Cylindrical-coordinate representation of color #82ADA9: hue angle of 174.42º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82ADA9 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB130173169-
CMYK0.2500.020.32
HSL174.42º20.77%59.41%-
HSV(B)174.42º24.86%67.84%-
XYZ31.3137.543.12-
YUV159.69133.25106.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 173 (67.97% from 255) = 36.65%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=27.54%
G=36.65%
B=35.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301731690.2500.020.32174.4220.7759.41
Hex82ADA9190220ae153b
Octal2022552513102402562573
Binary100000101010110110101001110010101000001010111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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