Shades of Gulf Stream #6FBEAA
Tints of Gulf Stream #6FBEAA
RGB
CMYK
RGB Variations
Color information
#6FBEAA (or 0x6FBEAA) is known color: Gulf Stream. HEX triplet: 6F, BE and AA. RGB value is (111,190,170). Sum of RGB (Red+Green+Blue) = 111+190+170=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEAA is #904155. Grayscale: #A4A4A4. Windows color (decimal): -9453910 or 11189871. OLE color: 11189871.
HSL color Cylindrical-coordinate representation of color #6FBEAA: hue angle of 164.81º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBEAA is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 170 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.25 |
| HSL | 164.81º | 0.38% | 0.59% | - |
| HSV(B) | 164.81º | 0.42% | 0.75% | - |
| XYZ | 32.22 | 43.11 | 44.65 | - |
| YUV | 164.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 170 | 0.42 | 0 | 0.11 | 0.25 | 164.81 | 0.38 | 0.59 |
| Hex | 6F | BE | AA | 2A | 0 | B | 19 | A5 | 26 | 3B |
| Octal | 157 | 276 | 252 | 52 | 0 | 13 | 31 | 245 | 46 | 73 |
| Binary | 1101111 | 10111110 | 10101010 | 101010 | 0 | 1011 | 11001 | 10100101 | 100110 | 111011 |
Color Harmonies of #6FBEAA
Complementary color
Monochromatic Colors of #6FBEAA
Black with #6FBEAA
Text Example
Text Example
White with #6FBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEAA; }
p { color: rgb(111,190,170); }
H1.HeaderClassName
{
color: #6FBEAA;
}
.AnyTagClassName
{
color: #6FBEAA;
}
</style>
background-color css
<style>
a { background-color: #6FBEAA; }
a { background-color: rgb(111,190,170); }
div.DivClassName
{
background-color: #6FBEAA;
}
.BgClassName
{
background-color: #6FBEAA;
}
</style>
border-color css
<style>
span { border-color: #6FBEAA; }
span { border-color: rgb(111,190,170); }
td.TdClassName
{
border-color: #6FBEAA;
}
.TagClassName
{
border-color: #6FBEAA;
}
</style>