Shades of Gulf Stream #6BBFAC
Tints of Gulf Stream #6BBFAC
RGB
CMYK
RGB Variations
Color information
#6BBFAC (or 0x6BBFAC) is known color: Gulf Stream. HEX triplet: 6B, BF and AC. RGB value is (107,191,172). Sum of RGB (Red+Green+Blue) = 107+191+172=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #6BBFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBFAC is #944053. Grayscale: #A3A3A3. Windows color (decimal): -9715796 or 11321195. OLE color: 11321195.
HSL color Cylindrical-coordinate representation of color #6BBFAC: hue angle of 166.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBFAC is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 191 | 172 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.25 |
| HSL | 166.43º | 0.4% | 0.58% | - |
| HSV(B) | 166.43º | 0.44% | 0.75% | - |
| XYZ | 32.14 | 43.37 | 45.71 | - |
| YUV | 163.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 172 | 0.44 | 0 | 0.10 | 0.25 | 166.43 | 0.4 | 0.58 |
| Hex | 6B | BF | AC | 2C | 0 | A | 19 | A6 | 28 | 3A |
| Octal | 153 | 277 | 254 | 54 | 0 | 12 | 31 | 246 | 50 | 72 |
| Binary | 1101011 | 10111111 | 10101100 | 101100 | 0 | 1010 | 11001 | 10100110 | 101000 | 111010 |
Color Harmonies of #6BBFAC
Complementary color
Monochromatic Colors of #6BBFAC
Black with #6BBFAC
Text Example
Text Example
White with #6BBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBFAC; }
p { color: rgb(107,191,172); }
H1.HeaderClassName
{
color: #6BBFAC;
}
.AnyTagClassName
{
color: #6BBFAC;
}
</style>
background-color css
<style>
a { background-color: #6BBFAC; }
a { background-color: rgb(107,191,172); }
div.DivClassName
{
background-color: #6BBFAC;
}
.BgClassName
{
background-color: #6BBFAC;
}
</style>
border-color css
<style>
span { border-color: #6BBFAC; }
span { border-color: rgb(107,191,172); }
td.TdClassName
{
border-color: #6BBFAC;
}
.TagClassName
{
border-color: #6BBFAC;
}
</style>