#82B4AE

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

Shades of Gulf Stream #82B4AE

Tints of Gulf Stream #82B4AE

Color information

#82B4AE (or 0x82B4AE) is unknown color: approx Gulf Stream. HEX triplet: 82, B4 and AE. RGB value is (130,180,174). Sum of RGB (Red+Green+Blue) = 130+180+174=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #82B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B4AE is #7D4B51. Grayscale: #A4A4A4. Windows color (decimal): -8211282 or 11449474. OLE color: 11449474.

HSL color Cylindrical-coordinate representation of color #82B4AE: hue angle of 172.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B4AE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB130180174-
CMYK0.2800.030.29
HSL172.8º25%60.78%-
HSV(B)172.8º27.78%70.59%-
XYZ33.1740.4446.1-
YUV164.37133.44103.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=26.86%
G=37.19%
B=35.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301801740.2800.030.29172.82560.78
Hex82B4AE1C031Dad193d
Octal2022642563403352553175
Binary10000010101101001010111011100011111011010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,180,174); }

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

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

 a { background-color: rgb(130,180,174); }

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

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

 span { border-color: rgb(130,180,174); }

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