Shades of Gulf Stream #6FBCAF
Tints of Gulf Stream #6FBCAF
RGB
CMYK
RGB Variations
Color information
#6FBCAF (or 0x6FBCAF) is known color: Gulf Stream. HEX triplet: 6F, BC and AF. RGB value is (111,188,175). Sum of RGB (Red+Green+Blue) = 111+188+175=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCAF is #904350. Grayscale: #A3A3A3. Windows color (decimal): -9454417 or 11517039. OLE color: 11517039.
HSL color Cylindrical-coordinate representation of color #6FBCAF: hue angle of 169.87º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBCAF is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 175 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.26 |
| HSL | 169.87º | 0.36% | 0.59% | - |
| HSV(B) | 169.87º | 0.41% | 0.74% | - |
| XYZ | 32.28 | 42.44 | 47.05 | - |
| YUV | 163.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 175 | 0.41 | 0 | 0.07 | 0.26 | 169.87 | 0.36 | 0.59 |
| Hex | 6F | BC | AF | 29 | 0 | 7 | 1A | AA | 24 | 3B |
| Octal | 157 | 274 | 257 | 51 | 0 | 7 | 32 | 252 | 44 | 73 |
| Binary | 1101111 | 10111100 | 10101111 | 101001 | 0 | 111 | 11010 | 10101010 | 100100 | 111011 |
Color Harmonies of #6FBCAF
Complementary color
Monochromatic Colors of #6FBCAF
Black with #6FBCAF
Text Example
Text Example
White with #6FBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCAF; }
p { color: rgb(111,188,175); }
H1.HeaderClassName
{
color: #6FBCAF;
}
.AnyTagClassName
{
color: #6FBCAF;
}
</style>
background-color css
<style>
a { background-color: #6FBCAF; }
a { background-color: rgb(111,188,175); }
div.DivClassName
{
background-color: #6FBCAF;
}
.BgClassName
{
background-color: #6FBCAF;
}
</style>
border-color css
<style>
span { border-color: #6FBCAF; }
span { border-color: rgb(111,188,175); }
td.TdClassName
{
border-color: #6FBCAF;
}
.TagClassName
{
border-color: #6FBCAF;
}
</style>