Shades of Gulf Stream #6EBCB5
Tints of Gulf Stream #6EBCB5
RGB
CMYK
RGB Variations
Color information
#6EBCB5 (or 0x6EBCB5) is known color: Gulf Stream. HEX triplet: 6E, BC and B5. RGB value is (110,188,181). Sum of RGB (Red+Green+Blue) = 110+188+181=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCB5 is #91434A. Grayscale: #A3A3A3. Windows color (decimal): -9519947 or 11910254. OLE color: 11910254.
HSL color Cylindrical-coordinate representation of color #6EBCB5: hue angle of 174.62º 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 #6EBCB5 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 188 | 181 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.26 |
| HSL | 174.62º | 0.37% | 0.58% | - |
| HSV(B) | 174.62º | 0.41% | 0.74% | - |
| XYZ | 32.75 | 42.62 | 50.22 | - |
| YUV | 163.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 181 | 0.41 | 0 | 0.04 | 0.26 | 174.62 | 0.37 | 0.58 |
| Hex | 6E | BC | B5 | 29 | 0 | 4 | 1A | AF | 25 | 3A |
| Octal | 156 | 274 | 265 | 51 | 0 | 4 | 32 | 257 | 45 | 72 |
| Binary | 1101110 | 10111100 | 10110101 | 101001 | 0 | 100 | 11010 | 10101111 | 100101 | 111010 |
Color Harmonies of #6EBCB5
Complementary color
Monochromatic Colors of #6EBCB5
Black with #6EBCB5
Text Example
Text Example
White with #6EBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCB5; }
p { color: rgb(110,188,181); }
H1.HeaderClassName
{
color: #6EBCB5;
}
.AnyTagClassName
{
color: #6EBCB5;
}
</style>
background-color css
<style>
a { background-color: #6EBCB5; }
a { background-color: rgb(110,188,181); }
div.DivClassName
{
background-color: #6EBCB5;
}
.BgClassName
{
background-color: #6EBCB5;
}
</style>
border-color css
<style>
span { border-color: #6EBCB5; }
span { border-color: rgb(110,188,181); }
td.TdClassName
{
border-color: #6EBCB5;
}
.TagClassName
{
border-color: #6EBCB5;
}
</style>