Shades of Gulf Stream #84B6B2
Tints of Gulf Stream #84B6B2
RGB
CMYK
RGB Variations
Color information
#84B6B2 (or 0x84B6B2) is known color: Gulf Stream. HEX triplet: 84, B6 and B2. RGB value is (132,182,178). Sum of RGB (Red+Green+Blue) = 132+182+178=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #84B6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B6B2 is #7B494D. Grayscale: #A6A6A6. Windows color (decimal): -8079694 or 11712132. OLE color: 11712132.
HSL color Cylindrical-coordinate representation of color #84B6B2: hue angle of 175.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B6B2 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 178 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.29 |
| HSL | 175.2º | 0.26% | 0.62% | - |
| HSV(B) | 175.2º | 0.27% | 0.71% | - |
| XYZ | 34.28 | 41.58 | 48.34 | - |
| YUV | 166.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 178 | 0.27 | 0 | 0.02 | 0.29 | 175.2 | 0.26 | 0.62 |
| Hex | 84 | B6 | B2 | 1B | 0 | 2 | 1D | AF | 1A | 3E |
| Octal | 204 | 266 | 262 | 33 | 0 | 2 | 35 | 257 | 32 | 76 |
| Binary | 10000100 | 10110110 | 10110010 | 11011 | 0 | 10 | 11101 | 10101111 | 11010 | 111110 |
Color Harmonies of #84B6B2
Complementary color
Monochromatic Colors of #84B6B2
Black with #84B6B2
Text Example
Text Example
White with #84B6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B6B2; }
p { color: rgb(132,182,178); }
H1.HeaderClassName
{
color: #84B6B2;
}
.AnyTagClassName
{
color: #84B6B2;
}
</style>
background-color css
<style>
a { background-color: #84B6B2; }
a { background-color: rgb(132,182,178); }
div.DivClassName
{
background-color: #84B6B2;
}
.BgClassName
{
background-color: #84B6B2;
}
</style>
border-color css
<style>
span { border-color: #84B6B2; }
span { border-color: rgb(132,182,178); }
td.TdClassName
{
border-color: #84B6B2;
}
.TagClassName
{
border-color: #84B6B2;
}
</style>