Shades of Gulf Stream #6EBBAE
Tints of Gulf Stream #6EBBAE
RGB
CMYK
RGB Variations
Color information
#6EBBAE (or 0x6EBBAE) is known color: Gulf Stream. HEX triplet: 6E, BB and AE. RGB value is (110,187,174). Sum of RGB (Red+Green+Blue) = 110+187+174=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBBAE is #914451. Grayscale: #A2A2A2. Windows color (decimal): -9520210 or 11451246. OLE color: 11451246.
HSL color Cylindrical-coordinate representation of color #6EBBAE: hue angle of 169.87º 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 #6EBBAE is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 187 | 174 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.27 |
| HSL | 169.87º | 0.36% | 0.58% | - |
| HSV(B) | 169.87º | 0.41% | 0.73% | - |
| XYZ | 31.84 | 41.91 | 46.46 | - |
| YUV | 162.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 174 | 0.41 | 0 | 0.07 | 0.27 | 169.87 | 0.36 | 0.58 |
| Hex | 6E | BB | AE | 29 | 0 | 7 | 1B | AA | 24 | 3A |
| Octal | 156 | 273 | 256 | 51 | 0 | 7 | 33 | 252 | 44 | 72 |
| Binary | 1101110 | 10111011 | 10101110 | 101001 | 0 | 111 | 11011 | 10101010 | 100100 | 111010 |
Color Harmonies of #6EBBAE
Complementary color
Monochromatic Colors of #6EBBAE
Black with #6EBBAE
Text Example
Text Example
White with #6EBBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBAE; }
p { color: rgb(110,187,174); }
H1.HeaderClassName
{
color: #6EBBAE;
}
.AnyTagClassName
{
color: #6EBBAE;
}
</style>
background-color css
<style>
a { background-color: #6EBBAE; }
a { background-color: rgb(110,187,174); }
div.DivClassName
{
background-color: #6EBBAE;
}
.BgClassName
{
background-color: #6EBBAE;
}
</style>
border-color css
<style>
span { border-color: #6EBBAE; }
span { border-color: rgb(110,187,174); }
td.TdClassName
{
border-color: #6EBBAE;
}
.TagClassName
{
border-color: #6EBBAE;
}
</style>