Shades of Gulf Stream #82B5B0
Tints of Gulf Stream #82B5B0
RGB
CMYK
RGB Variations
Color information
#82B5B0 (or 0x82B5B0) is known color: Gulf Stream. HEX triplet: 82, B5 and B0. RGB value is (130,181,176). Sum of RGB (Red+Green+Blue) = 130+181+176=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #82B5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B5B0 is #7D4A4F. Grayscale: #A5A5A5. Windows color (decimal): -8211024 or 11580802. OLE color: 11580802.
HSL color Cylindrical-coordinate representation of color #82B5B0: hue angle of 174.12º degrees, saturation: 0.26, 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 #82B5B0 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 176 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.29 |
| HSL | 174.12º | 0.26% | 0.61% | - |
| HSV(B) | 174.12º | 0.28% | 0.71% | - |
| XYZ | 33.57 | 40.93 | 47.21 | - |
| YUV | 165.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 176 | 0.28 | 0 | 0.03 | 0.29 | 174.12 | 0.26 | 0.61 |
| Hex | 82 | B5 | B0 | 1C | 0 | 3 | 1D | AE | 1A | 3D |
| Octal | 202 | 265 | 260 | 34 | 0 | 3 | 35 | 256 | 32 | 75 |
| Binary | 10000010 | 10110101 | 10110000 | 11100 | 0 | 11 | 11101 | 10101110 | 11010 | 111101 |
Color Harmonies of #82B5B0
Complementary color
Monochromatic Colors of #82B5B0
Black with #82B5B0
Text Example
Text Example
White with #82B5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B5B0; }
p { color: rgb(130,181,176); }
H1.HeaderClassName
{
color: #82B5B0;
}
.AnyTagClassName
{
color: #82B5B0;
}
</style>
background-color css
<style>
a { background-color: #82B5B0; }
a { background-color: rgb(130,181,176); }
div.DivClassName
{
background-color: #82B5B0;
}
.BgClassName
{
background-color: #82B5B0;
}
</style>
border-color css
<style>
span { border-color: #82B5B0; }
span { border-color: rgb(130,181,176); }
td.TdClassName
{
border-color: #82B5B0;
}
.TagClassName
{
border-color: #82B5B0;
}
</style>