#82B7AF

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

Shades of Gulf Stream #82B7AF

Tints of Gulf Stream #82B7AF

Color information

#82B7AF (or 0x82B7AF) is unknown color: approx Gulf Stream. HEX triplet: 82, B7 and AF. RGB value is (130,183,175). Sum of RGB (Red+Green+Blue) = 130+183+175=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #82B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B7AF is #7D4850. Grayscale: #A6A6A6. Windows color (decimal): -8210513 or 11515778. OLE color: 11515778.

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

Color convert

RGB130183175-
CMYK0.2900.040.28
HSL170.94º26.9%61.37%-
HSV(B)170.94º28.96%71.76%-
XYZ33.8841.7146.82-
YUV166.24132.94102.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.64%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=26.64%
G=37.5%
B=35.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301831750.2900.040.28170.9426.961.37
Hex82B7AF1D041Cab1b3d
Octal2022672573504342533375
Binary100000101011011110101111111010100111001010101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,175); }

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

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

 a { background-color: rgb(130,183,175); }

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

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

 span { border-color: rgb(130,183,175); }

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