Shades of Gulf Stream #83B0AA
Tints of Gulf Stream #83B0AA
RGB
CMYK
RGB Variations
Color information
#83B0AA (or 0x83B0AA) is known color: Gulf Stream. HEX triplet: 83, B0 and AA. RGB value is (131,176,170). Sum of RGB (Red+Green+Blue) = 131+176+170=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #83B0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B0AA is #7C4F55. Grayscale: #A1A1A1. Windows color (decimal): -8146774 or 11186307. OLE color: 11186307.
HSL color Cylindrical-coordinate representation of color #83B0AA: hue angle of 172º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83B0AA is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 176 | 170 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.31 |
| HSL | 172º | 0.22% | 0.6% | - |
| HSV(B) | 172º | 0.26% | 0.69% | - |
| XYZ | 32.14 | 38.78 | 43.82 | - |
| YUV | 161.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 176 | 170 | 0.26 | 0 | 0.03 | 0.31 | 172 | 0.22 | 0.6 |
| Hex | 83 | B0 | AA | 1A | 0 | 3 | 1F | AC | 16 | 3C |
| Octal | 203 | 260 | 252 | 32 | 0 | 3 | 37 | 254 | 26 | 74 |
| Binary | 10000011 | 10110000 | 10101010 | 11010 | 0 | 11 | 11111 | 10101100 | 10110 | 111100 |
Color Harmonies of #83B0AA
Complementary color
Monochromatic Colors of #83B0AA
Black with #83B0AA
Text Example
Text Example
White with #83B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B0AA; }
p { color: rgb(131,176,170); }
H1.HeaderClassName
{
color: #83B0AA;
}
.AnyTagClassName
{
color: #83B0AA;
}
</style>
background-color css
<style>
a { background-color: #83B0AA; }
a { background-color: rgb(131,176,170); }
div.DivClassName
{
background-color: #83B0AA;
}
.BgClassName
{
background-color: #83B0AA;
}
</style>
border-color css
<style>
span { border-color: #83B0AA; }
span { border-color: rgb(131,176,170); }
td.TdClassName
{
border-color: #83B0AA;
}
.TagClassName
{
border-color: #83B0AA;
}
</style>