Shades of Gulf Stream #69BDAB
Tints of Gulf Stream #69BDAB
RGB
CMYK
RGB Variations
Color information
#69BDAB (or 0x69BDAB) is known color: Gulf Stream. HEX triplet: 69, BD and AB. RGB value is (105,189,171). Sum of RGB (Red+Green+Blue) = 105+189+171=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #69BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BDAB is #964254. Grayscale: #A1A1A1. Windows color (decimal): -9847381 or 11255145. OLE color: 11255145.
HSL color Cylindrical-coordinate representation of color #69BDAB: hue angle of 167.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BDAB is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 189 | 171 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.26 |
| HSL | 167.14º | 0.39% | 0.58% | - |
| HSV(B) | 167.14º | 0.44% | 0.74% | - |
| XYZ | 31.37 | 42.34 | 45.05 | - |
| YUV | 161.83 | 133.17 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 189 | 171 | 0.44 | 0 | 0.10 | 0.26 | 167.14 | 0.39 | 0.58 |
| Hex | 69 | BD | AB | 2C | 0 | A | 1A | A7 | 27 | 3A |
| Octal | 151 | 275 | 253 | 54 | 0 | 12 | 32 | 247 | 47 | 72 |
| Binary | 1101001 | 10111101 | 10101011 | 101100 | 0 | 1010 | 11010 | 10100111 | 100111 | 111010 |
Color Harmonies of #69BDAB
Complementary color
Monochromatic Colors of #69BDAB
Black with #69BDAB
Text Example
Text Example
White with #69BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BDAB; }
p { color: rgb(105,189,171); }
H1.HeaderClassName
{
color: #69BDAB;
}
.AnyTagClassName
{
color: #69BDAB;
}
</style>
background-color css
<style>
a { background-color: #69BDAB; }
a { background-color: rgb(105,189,171); }
div.DivClassName
{
background-color: #69BDAB;
}
.BgClassName
{
background-color: #69BDAB;
}
</style>
border-color css
<style>
span { border-color: #69BDAB; }
span { border-color: rgb(105,189,171); }
td.TdClassName
{
border-color: #69BDAB;
}
.TagClassName
{
border-color: #69BDAB;
}
</style>