Shades of Gulf Stream #69BEAB
Tints of Gulf Stream #69BEAB
RGB
CMYK
RGB Variations
Color information
#69BEAB (or 0x69BEAB) is known color: Gulf Stream. HEX triplet: 69, BE and AB. RGB value is (105,190,171). Sum of RGB (Red+Green+Blue) = 105+190+171=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BEAB is #964154. Grayscale: #A2A2A2. Windows color (decimal): -9847125 or 11255401. OLE color: 11255401.
HSL color Cylindrical-coordinate representation of color #69BEAB: hue angle of 166.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BEAB is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 171 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.25 |
| HSL | 166.59º | 0.4% | 0.58% | - |
| HSV(B) | 166.59º | 0.45% | 0.75% | - |
| XYZ | 31.59 | 42.77 | 45.12 | - |
| YUV | 162.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 171 | 0.45 | 0 | 0.10 | 0.25 | 166.59 | 0.4 | 0.58 |
| Hex | 69 | BE | AB | 2D | 0 | A | 19 | A7 | 28 | 3A |
| Octal | 151 | 276 | 253 | 55 | 0 | 12 | 31 | 247 | 50 | 72 |
| Binary | 1101001 | 10111110 | 10101011 | 101101 | 0 | 1010 | 11001 | 10100111 | 101000 | 111010 |
Color Harmonies of #69BEAB
Complementary color
Monochromatic Colors of #69BEAB
Black with #69BEAB
Text Example
Text Example
White with #69BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BEAB; }
p { color: rgb(105,190,171); }
H1.HeaderClassName
{
color: #69BEAB;
}
.AnyTagClassName
{
color: #69BEAB;
}
</style>
background-color css
<style>
a { background-color: #69BEAB; }
a { background-color: rgb(105,190,171); }
div.DivClassName
{
background-color: #69BEAB;
}
.BgClassName
{
background-color: #69BEAB;
}
</style>
border-color css
<style>
span { border-color: #69BEAB; }
span { border-color: rgb(105,190,171); }
td.TdClassName
{
border-color: #69BEAB;
}
.TagClassName
{
border-color: #69BEAB;
}
</style>