Shades of Gulf Stream #6CBCAB
Tints of Gulf Stream #6CBCAB
RGB
CMYK
RGB Variations
Color information
#6CBCAB (or 0x6CBCAB) is known color: Gulf Stream. HEX triplet: 6C, BC and AB. RGB value is (108,188,171). Sum of RGB (Red+Green+Blue) = 108+188+171=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCAB is #934354. Grayscale: #A2A2A2. Windows color (decimal): -9651029 or 11254892. OLE color: 11254892.
HSL color Cylindrical-coordinate representation of color #6CBCAB: hue angle of 167.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBCAB is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 171 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.26 |
| HSL | 167.25º | 0.37% | 0.58% | - |
| HSV(B) | 167.25º | 0.43% | 0.74% | - |
| XYZ | 31.52 | 42.09 | 44.99 | - |
| YUV | 162.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 171 | 0.43 | 0 | 0.09 | 0.26 | 167.25 | 0.37 | 0.58 |
| Hex | 6C | BC | AB | 2B | 0 | 9 | 1A | A7 | 25 | 3A |
| Octal | 154 | 274 | 253 | 53 | 0 | 11 | 32 | 247 | 45 | 72 |
| Binary | 1101100 | 10111100 | 10101011 | 101011 | 0 | 1001 | 11010 | 10100111 | 100101 | 111010 |
Color Harmonies of #6CBCAB
Complementary color
Monochromatic Colors of #6CBCAB
Black with #6CBCAB
Text Example
Text Example
White with #6CBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBCAB; }
p { color: rgb(108,188,171); }
H1.HeaderClassName
{
color: #6CBCAB;
}
.AnyTagClassName
{
color: #6CBCAB;
}
</style>
background-color css
<style>
a { background-color: #6CBCAB; }
a { background-color: rgb(108,188,171); }
div.DivClassName
{
background-color: #6CBCAB;
}
.BgClassName
{
background-color: #6CBCAB;
}
</style>
border-color css
<style>
span { border-color: #6CBCAB; }
span { border-color: rgb(108,188,171); }
td.TdClassName
{
border-color: #6CBCAB;
}
.TagClassName
{
border-color: #6CBCAB;
}
</style>