Shades of Gulf Stream #82B3AF
Tints of Gulf Stream #82B3AF
RGB
CMYK
RGB Variations
Color information
#82B3AF (or 0x82B3AF) is known color: Gulf Stream. HEX triplet: 82, B3 and AF. RGB value is (130,179,175). Sum of RGB (Red+Green+Blue) = 130+179+175=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #82B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B3AF is #7D4C50. Grayscale: #A3A3A3. Windows color (decimal): -8211537 or 11514754. OLE color: 11514754.
HSL color Cylindrical-coordinate representation of color #82B3AF: hue angle of 175.1º 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 #82B3AF is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 175 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.30 |
| HSL | 175.1º | 0.24% | 0.61% | - |
| HSV(B) | 175.1º | 0.27% | 0.7% | - |
| XYZ | 33.06 | 40.08 | 46.55 | - |
| YUV | 163.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 175 | 0.27 | 0 | 0.02 | 0.30 | 175.1 | 0.24 | 0.61 |
| Hex | 82 | B3 | AF | 1B | 0 | 2 | 1E | AF | 18 | 3D |
| Octal | 202 | 263 | 257 | 33 | 0 | 2 | 36 | 257 | 30 | 75 |
| Binary | 10000010 | 10110011 | 10101111 | 11011 | 0 | 10 | 11110 | 10101111 | 11000 | 111101 |
Color Harmonies of #82B3AF
Complementary color
Monochromatic Colors of #82B3AF
Black with #82B3AF
Text Example
Text Example
White with #82B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B3AF; }
p { color: rgb(130,179,175); }
H1.HeaderClassName
{
color: #82B3AF;
}
.AnyTagClassName
{
color: #82B3AF;
}
</style>
background-color css
<style>
a { background-color: #82B3AF; }
a { background-color: rgb(130,179,175); }
div.DivClassName
{
background-color: #82B3AF;
}
.BgClassName
{
background-color: #82B3AF;
}
</style>
border-color css
<style>
span { border-color: #82B3AF; }
span { border-color: rgb(130,179,175); }
td.TdClassName
{
border-color: #82B3AF;
}
.TagClassName
{
border-color: #82B3AF;
}
</style>