Shades of Gulf Stream #6FBCAC
Tints of Gulf Stream #6FBCAC
RGB
CMYK
RGB Variations
Color information
#6FBCAC (or 0x6FBCAC) is known color: Gulf Stream. HEX triplet: 6F, BC and AC. RGB value is (111,188,172). Sum of RGB (Red+Green+Blue) = 111+188+172=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCAC is #904353. Grayscale: #A3A3A3. Windows color (decimal): -9454420 or 11320431. OLE color: 11320431.
HSL color Cylindrical-coordinate representation of color #6FBCAC: hue angle of 167.53º 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 #6FBCAC is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 172 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.26 |
| HSL | 167.53º | 0.36% | 0.59% | - |
| HSV(B) | 167.53º | 0.41% | 0.74% | - |
| XYZ | 31.99 | 42.32 | 45.51 | - |
| YUV | 163.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 172 | 0.41 | 0 | 0.09 | 0.26 | 167.53 | 0.36 | 0.59 |
| Hex | 6F | BC | AC | 29 | 0 | 9 | 1A | A8 | 24 | 3B |
| Octal | 157 | 274 | 254 | 51 | 0 | 11 | 32 | 250 | 44 | 73 |
| Binary | 1101111 | 10111100 | 10101100 | 101001 | 0 | 1001 | 11010 | 10101000 | 100100 | 111011 |
Color Harmonies of #6FBCAC
Complementary color
Monochromatic Colors of #6FBCAC
Black with #6FBCAC
Text Example
Text Example
White with #6FBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCAC; }
p { color: rgb(111,188,172); }
H1.HeaderClassName
{
color: #6FBCAC;
}
.AnyTagClassName
{
color: #6FBCAC;
}
</style>
background-color css
<style>
a { background-color: #6FBCAC; }
a { background-color: rgb(111,188,172); }
div.DivClassName
{
background-color: #6FBCAC;
}
.BgClassName
{
background-color: #6FBCAC;
}
</style>
border-color css
<style>
span { border-color: #6FBCAC; }
span { border-color: rgb(111,188,172); }
td.TdClassName
{
border-color: #6FBCAC;
}
.TagClassName
{
border-color: #6FBCAC;
}
</style>