Shades of Gulf Stream #83AEA9
Tints of Gulf Stream #83AEA9
RGB
CMYK
RGB Variations
Color information
#83AEA9 (or 0x83AEA9) is known color: Gulf Stream. HEX triplet: 83, AE and A9. RGB value is (131,174,169). Sum of RGB (Red+Green+Blue) = 131+174+169=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #83AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AEA9 is #7C5156. Grayscale: #A0A0A0. Windows color (decimal): -8147287 or 11120259. OLE color: 11120259.
HSL color Cylindrical-coordinate representation of color #83AEA9: hue angle of 173.02º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AEA9 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 174 | 169 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.32 |
| HSL | 173.02º | 0.21% | 0.6% | - |
| HSV(B) | 173.02º | 0.25% | 0.68% | - |
| XYZ | 31.66 | 37.96 | 43.19 | - |
| YUV | 160.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 174 | 169 | 0.25 | 0 | 0.03 | 0.32 | 173.02 | 0.21 | 0.6 |
| Hex | 83 | AE | A9 | 19 | 0 | 3 | 20 | AD | 15 | 3C |
| Octal | 203 | 256 | 251 | 31 | 0 | 3 | 40 | 255 | 25 | 74 |
| Binary | 10000011 | 10101110 | 10101001 | 11001 | 0 | 11 | 100000 | 10101101 | 10101 | 111100 |
Color Harmonies of #83AEA9
Complementary color
Monochromatic Colors of #83AEA9
Black with #83AEA9
Text Example
Text Example
White with #83AEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AEA9; }
p { color: rgb(131,174,169); }
H1.HeaderClassName
{
color: #83AEA9;
}
.AnyTagClassName
{
color: #83AEA9;
}
</style>
background-color css
<style>
a { background-color: #83AEA9; }
a { background-color: rgb(131,174,169); }
div.DivClassName
{
background-color: #83AEA9;
}
.BgClassName
{
background-color: #83AEA9;
}
</style>
border-color css
<style>
span { border-color: #83AEA9; }
span { border-color: rgb(131,174,169); }
td.TdClassName
{
border-color: #83AEA9;
}
.TagClassName
{
border-color: #83AEA9;
}
</style>