Shades of Gulf Stream #6EBBB5
Tints of Gulf Stream #6EBBB5
RGB
CMYK
RGB Variations
Color information
#6EBBB5 (or 0x6EBBB5) is known color: Gulf Stream. HEX triplet: 6E, BB and B5. RGB value is (110,187,181). Sum of RGB (Red+Green+Blue) = 110+187+181=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBB5 is #91444A. Grayscale: #A3A3A3. Windows color (decimal): -9520203 or 11909998. OLE color: 11909998.
HSL color Cylindrical-coordinate representation of color #6EBBB5: hue angle of 175.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBBB5 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 187 | 181 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.27 |
| HSL | 175.32º | 0.36% | 0.58% | - |
| HSV(B) | 175.32º | 0.41% | 0.73% | - |
| XYZ | 32.54 | 42.19 | 50.14 | - |
| YUV | 163.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 181 | 0.41 | 0 | 0.03 | 0.27 | 175.32 | 0.36 | 0.58 |
| Hex | 6E | BB | B5 | 29 | 0 | 3 | 1B | AF | 24 | 3A |
| Octal | 156 | 273 | 265 | 51 | 0 | 3 | 33 | 257 | 44 | 72 |
| Binary | 1101110 | 10111011 | 10110101 | 101001 | 0 | 11 | 11011 | 10101111 | 100100 | 111010 |
Color Harmonies of #6EBBB5
Complementary color
Monochromatic Colors of #6EBBB5
Black with #6EBBB5
Text Example
Text Example
White with #6EBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBB5; }
p { color: rgb(110,187,181); }
H1.HeaderClassName
{
color: #6EBBB5;
}
.AnyTagClassName
{
color: #6EBBB5;
}
</style>
background-color css
<style>
a { background-color: #6EBBB5; }
a { background-color: rgb(110,187,181); }
div.DivClassName
{
background-color: #6EBBB5;
}
.BgClassName
{
background-color: #6EBBB5;
}
</style>
border-color css
<style>
span { border-color: #6EBBB5; }
span { border-color: rgb(110,187,181); }
td.TdClassName
{
border-color: #6EBBB5;
}
.TagClassName
{
border-color: #6EBBB5;
}
</style>