Shades of Gulf Stream #6EBDA5
Tints of Gulf Stream #6EBDA5
RGB
CMYK
RGB Variations
Color information
#6EBDA5 (or 0x6EBDA5) is known color: Gulf Stream. HEX triplet: 6E, BD and A5. RGB value is (110,189,165). Sum of RGB (Red+Green+Blue) = 110+189+165=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDA5 is #91425A. Grayscale: #A2A2A2. Windows color (decimal): -9519707 or 10861934. OLE color: 10861934.
HSL color Cylindrical-coordinate representation of color #6EBDA5: hue angle of 161.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBDA5 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 165 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.26 |
| HSL | 161.77º | 0.37% | 0.59% | - |
| HSV(B) | 161.77º | 0.42% | 0.74% | - |
| XYZ | 31.42 | 42.43 | 42.13 | - |
| YUV | 162.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 165 | 0.42 | 0 | 0.13 | 0.26 | 161.77 | 0.37 | 0.59 |
| Hex | 6E | BD | A5 | 2A | 0 | D | 1A | A2 | 25 | 3B |
| Octal | 156 | 275 | 245 | 52 | 0 | 15 | 32 | 242 | 45 | 73 |
| Binary | 1101110 | 10111101 | 10100101 | 101010 | 0 | 1101 | 11010 | 10100010 | 100101 | 111011 |
Color Harmonies of #6EBDA5
Complementary color
Monochromatic Colors of #6EBDA5
Black with #6EBDA5
Text Example
Text Example
White with #6EBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDA5; }
p { color: rgb(110,189,165); }
H1.HeaderClassName
{
color: #6EBDA5;
}
.AnyTagClassName
{
color: #6EBDA5;
}
</style>
background-color css
<style>
a { background-color: #6EBDA5; }
a { background-color: rgb(110,189,165); }
div.DivClassName
{
background-color: #6EBDA5;
}
.BgClassName
{
background-color: #6EBDA5;
}
</style>
border-color css
<style>
span { border-color: #6EBDA5; }
span { border-color: rgb(110,189,165); }
td.TdClassName
{
border-color: #6EBDA5;
}
.TagClassName
{
border-color: #6EBDA5;
}
</style>