Shades of Gulf Stream #6FBEA9
Tints of Gulf Stream #6FBEA9
RGB
CMYK
RGB Variations
Color information
#6FBEA9 (or 0x6FBEA9) is known color: Gulf Stream. HEX triplet: 6F, BE and A9. RGB value is (111,190,169). Sum of RGB (Red+Green+Blue) = 111+190+169=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEA9 is #904156. Grayscale: #A3A3A3. Windows color (decimal): -9453911 or 11124335. OLE color: 11124335.
HSL color Cylindrical-coordinate representation of color #6FBEA9: hue angle of 164.05º 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 #6FBEA9 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 169 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.25 |
| HSL | 164.05º | 0.38% | 0.59% | - |
| HSV(B) | 164.05º | 0.42% | 0.75% | - |
| XYZ | 32.13 | 43.07 | 44.16 | - |
| YUV | 163.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 169 | 0.42 | 0 | 0.11 | 0.25 | 164.05 | 0.38 | 0.59 |
| Hex | 6F | BE | A9 | 2A | 0 | B | 19 | A4 | 26 | 3B |
| Octal | 157 | 276 | 251 | 52 | 0 | 13 | 31 | 244 | 46 | 73 |
| Binary | 1101111 | 10111110 | 10101001 | 101010 | 0 | 1011 | 11001 | 10100100 | 100110 | 111011 |
Color Harmonies of #6FBEA9
Complementary color
Monochromatic Colors of #6FBEA9
Black with #6FBEA9
Text Example
Text Example
White with #6FBEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEA9; }
p { color: rgb(111,190,169); }
H1.HeaderClassName
{
color: #6FBEA9;
}
.AnyTagClassName
{
color: #6FBEA9;
}
</style>
background-color css
<style>
a { background-color: #6FBEA9; }
a { background-color: rgb(111,190,169); }
div.DivClassName
{
background-color: #6FBEA9;
}
.BgClassName
{
background-color: #6FBEA9;
}
</style>
border-color css
<style>
span { border-color: #6FBEA9; }
span { border-color: rgb(111,190,169); }
td.TdClassName
{
border-color: #6FBEA9;
}
.TagClassName
{
border-color: #6FBEA9;
}
</style>