Shades of Gulf Stream #84B6B3
Tints of Gulf Stream #84B6B3
RGB
CMYK
RGB Variations
Color information
#84B6B3 (or 0x84B6B3) is known color: Gulf Stream. HEX triplet: 84, B6 and B3. RGB value is (132,182,179). Sum of RGB (Red+Green+Blue) = 132+182+179=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #84B6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B6B3 is #7B494C. Grayscale: #A6A6A6. Windows color (decimal): -8079693 or 11777668. OLE color: 11777668.
HSL color Cylindrical-coordinate representation of color #84B6B3: hue angle of 176.4º 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 #84B6B3 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 179 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.29 |
| HSL | 176.4º | 0.26% | 0.62% | - |
| HSV(B) | 176.4º | 0.27% | 0.71% | - |
| XYZ | 34.38 | 41.62 | 48.87 | - |
| YUV | 166.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 179 | 0.27 | 0 | 0.02 | 0.29 | 176.4 | 0.26 | 0.62 |
| Hex | 84 | B6 | B3 | 1B | 0 | 2 | 1D | B0 | 1A | 3E |
| Octal | 204 | 266 | 263 | 33 | 0 | 2 | 35 | 260 | 32 | 76 |
| Binary | 10000100 | 10110110 | 10110011 | 11011 | 0 | 10 | 11101 | 10110000 | 11010 | 111110 |
Color Harmonies of #84B6B3
Complementary color
Monochromatic Colors of #84B6B3
Black with #84B6B3
Text Example
Text Example
White with #84B6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B6B3; }
p { color: rgb(132,182,179); }
H1.HeaderClassName
{
color: #84B6B3;
}
.AnyTagClassName
{
color: #84B6B3;
}
</style>
background-color css
<style>
a { background-color: #84B6B3; }
a { background-color: rgb(132,182,179); }
div.DivClassName
{
background-color: #84B6B3;
}
.BgClassName
{
background-color: #84B6B3;
}
</style>
border-color css
<style>
span { border-color: #84B6B3; }
span { border-color: rgb(132,182,179); }
td.TdClassName
{
border-color: #84B6B3;
}
.TagClassName
{
border-color: #84B6B3;
}
</style>