#82B0A9

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

Shades of Gulf Stream #82B0A9

Tints of Gulf Stream #82B0A9

Color information

#82B0A9 (or 0x82B0A9) is unknown color: approx Gulf Stream. HEX triplet: 82, B0 and A9. RGB value is (130,176,169). Sum of RGB (Red+Green+Blue) = 130+176+169=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #82B0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B0A9 is #7D4F56. Grayscale: #A1A1A1. Windows color (decimal): -8212311 or 11120770. OLE color: 11120770.

HSL color Cylindrical-coordinate representation of color #82B0A9: hue angle of 170.87º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82B0A9 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB130176169-
CMYK0.2600.040.31
HSL170.87º22.55%60%-
HSV(B)170.87º26.14%69.02%-
XYZ31.8938.6643.32-
YUV161.45132.26105.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=27.37%
G=37.05%
B=35.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761690.2600.040.31170.8722.5560
Hex82B0A91A041Fab173c
Octal2022602513204372532774
Binary100000101011000010101001110100100111111010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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