Shades of Gulf Stream #6EBAA4
Tints of Gulf Stream #6EBAA4
RGB
CMYK
RGB Variations
Color information
#6EBAA4 (or 0x6EBAA4) is known color: Gulf Stream. HEX triplet: 6E, BA and A4. RGB value is (110,186,164). Sum of RGB (Red+Green+Blue) = 110+186+164=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBAA4 is #91455B. Grayscale: #A0A0A0. Windows color (decimal): -9520476 or 10795630. OLE color: 10795630.
HSL color Cylindrical-coordinate representation of color #6EBAA4: hue angle of 162.63º 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 #6EBAA4 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 164 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.27 |
| HSL | 162.63º | 0.36% | 0.58% | - |
| HSV(B) | 162.63º | 0.41% | 0.73% | - |
| XYZ | 30.69 | 41.11 | 41.44 | - |
| YUV | 160.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 164 | 0.41 | 0 | 0.12 | 0.27 | 162.63 | 0.36 | 0.58 |
| Hex | 6E | BA | A4 | 29 | 0 | C | 1B | A3 | 24 | 3A |
| Octal | 156 | 272 | 244 | 51 | 0 | 14 | 33 | 243 | 44 | 72 |
| Binary | 1101110 | 10111010 | 10100100 | 101001 | 0 | 1100 | 11011 | 10100011 | 100100 | 111010 |
Color Harmonies of #6EBAA4
Complementary color
Monochromatic Colors of #6EBAA4
Black with #6EBAA4
Text Example
Text Example
White with #6EBAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBAA4; }
p { color: rgb(110,186,164); }
H1.HeaderClassName
{
color: #6EBAA4;
}
.AnyTagClassName
{
color: #6EBAA4;
}
</style>
background-color css
<style>
a { background-color: #6EBAA4; }
a { background-color: rgb(110,186,164); }
div.DivClassName
{
background-color: #6EBAA4;
}
.BgClassName
{
background-color: #6EBAA4;
}
</style>
border-color css
<style>
span { border-color: #6EBAA4; }
span { border-color: rgb(110,186,164); }
td.TdClassName
{
border-color: #6EBAA4;
}
.TagClassName
{
border-color: #6EBAA4;
}
</style>