Shades of Gulf Stream #6EBCB0
Tints of Gulf Stream #6EBCB0
RGB
CMYK
RGB Variations
Color information
#6EBCB0 (or 0x6EBCB0) is known color: Gulf Stream. HEX triplet: 6E, BC and B0. RGB value is (110,188,176). Sum of RGB (Red+Green+Blue) = 110+188+176=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBCB0 is #91434F. Grayscale: #A3A3A3. Windows color (decimal): -9519952 or 11582574. OLE color: 11582574.
HSL color Cylindrical-coordinate representation of color #6EBCB0: hue angle of 170.77º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBCB0 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 188 | 176 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.26 |
| HSL | 170.77º | 0.37% | 0.58% | - |
| HSV(B) | 170.77º | 0.41% | 0.74% | - |
| XYZ | 32.25 | 42.42 | 47.56 | - |
| YUV | 163.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 176 | 0.41 | 0 | 0.06 | 0.26 | 170.77 | 0.37 | 0.58 |
| Hex | 6E | BC | B0 | 29 | 0 | 6 | 1A | AB | 25 | 3A |
| Octal | 156 | 274 | 260 | 51 | 0 | 6 | 32 | 253 | 45 | 72 |
| Binary | 1101110 | 10111100 | 10110000 | 101001 | 0 | 110 | 11010 | 10101011 | 100101 | 111010 |
Color Harmonies of #6EBCB0
Complementary color
Monochromatic Colors of #6EBCB0
Black with #6EBCB0
Text Example
Text Example
White with #6EBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCB0; }
p { color: rgb(110,188,176); }
H1.HeaderClassName
{
color: #6EBCB0;
}
.AnyTagClassName
{
color: #6EBCB0;
}
</style>
background-color css
<style>
a { background-color: #6EBCB0; }
a { background-color: rgb(110,188,176); }
div.DivClassName
{
background-color: #6EBCB0;
}
.BgClassName
{
background-color: #6EBCB0;
}
</style>
border-color css
<style>
span { border-color: #6EBCB0; }
span { border-color: rgb(110,188,176); }
td.TdClassName
{
border-color: #6EBCB0;
}
.TagClassName
{
border-color: #6EBCB0;
}
</style>