Shades of Gulf Stream #6FB4AA
Tints of Gulf Stream #6FB4AA
RGB
CMYK
RGB Variations
Color information
#6FB4AA (or 0x6FB4AA) is known color: Gulf Stream. HEX triplet: 6F, B4 and AA. RGB value is (111,180,170). Sum of RGB (Red+Green+Blue) = 111+180+170=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB4AA is #904B55. Grayscale: #9E9E9E. Windows color (decimal): -9456470 or 11187311. OLE color: 11187311.
HSL color Cylindrical-coordinate representation of color #6FB4AA: hue angle of 171.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB4AA is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 170 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.29 |
| HSL | 171.3º | 0.32% | 0.57% | - |
| HSV(B) | 171.3º | 0.38% | 0.71% | - |
| XYZ | 30.13 | 38.92 | 43.96 | - |
| YUV | 158.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 170 | 0.38 | 0 | 0.06 | 0.29 | 171.3 | 0.32 | 0.57 |
| Hex | 6F | B4 | AA | 26 | 0 | 6 | 1D | AB | 20 | 39 |
| Octal | 157 | 264 | 252 | 46 | 0 | 6 | 35 | 253 | 40 | 71 |
| Binary | 1101111 | 10110100 | 10101010 | 100110 | 0 | 110 | 11101 | 10101011 | 100000 | 111001 |
Color Harmonies of #6FB4AA
Complementary color
Monochromatic Colors of #6FB4AA
Black with #6FB4AA
Text Example
Text Example
White with #6FB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB4AA; }
p { color: rgb(111,180,170); }
H1.HeaderClassName
{
color: #6FB4AA;
}
.AnyTagClassName
{
color: #6FB4AA;
}
</style>
background-color css
<style>
a { background-color: #6FB4AA; }
a { background-color: rgb(111,180,170); }
div.DivClassName
{
background-color: #6FB4AA;
}
.BgClassName
{
background-color: #6FB4AA;
}
</style>
border-color css
<style>
span { border-color: #6FB4AA; }
span { border-color: rgb(111,180,170); }
td.TdClassName
{
border-color: #6FB4AA;
}
.TagClassName
{
border-color: #6FB4AA;
}
</style>