Shades of Gulf Stream #83B3AF
Tints of Gulf Stream #83B3AF
RGB
CMYK
RGB Variations
Color information
#83B3AF (or 0x83B3AF) is known color: Gulf Stream. HEX triplet: 83, B3 and AF. RGB value is (131,179,175). Sum of RGB (Red+Green+Blue) = 131+179+175=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #83B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B3AF is #7C4C50. Grayscale: #A4A4A4. Windows color (decimal): -8146001 or 11514755. OLE color: 11514755.
HSL color Cylindrical-coordinate representation of color #83B3AF: hue angle of 175º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83B3AF is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 175 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.30 |
| HSL | 175º | 0.24% | 0.61% | - |
| HSV(B) | 175º | 0.27% | 0.7% | - |
| XYZ | 33.22 | 40.16 | 46.56 | - |
| YUV | 164.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 175 | 0.27 | 0 | 0.02 | 0.30 | 175 | 0.24 | 0.61 |
| Hex | 83 | B3 | AF | 1B | 0 | 2 | 1E | AF | 18 | 3D |
| Octal | 203 | 263 | 257 | 33 | 0 | 2 | 36 | 257 | 30 | 75 |
| Binary | 10000011 | 10110011 | 10101111 | 11011 | 0 | 10 | 11110 | 10101111 | 11000 | 111101 |
Color Harmonies of #83B3AF
Complementary color
Monochromatic Colors of #83B3AF
Black with #83B3AF
Text Example
Text Example
White with #83B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B3AF; }
p { color: rgb(131,179,175); }
H1.HeaderClassName
{
color: #83B3AF;
}
.AnyTagClassName
{
color: #83B3AF;
}
</style>
background-color css
<style>
a { background-color: #83B3AF; }
a { background-color: rgb(131,179,175); }
div.DivClassName
{
background-color: #83B3AF;
}
.BgClassName
{
background-color: #83B3AF;
}
</style>
border-color css
<style>
span { border-color: #83B3AF; }
span { border-color: rgb(131,179,175); }
td.TdClassName
{
border-color: #83B3AF;
}
.TagClassName
{
border-color: #83B3AF;
}
</style>