Shades of Gulf Stream #6EBEA8
Tints of Gulf Stream #6EBEA8
RGB
CMYK
RGB Variations
Color information
#6EBEA8 (or 0x6EBEA8) is known color: Gulf Stream. HEX triplet: 6E, BE and A8. RGB value is (110,190,168). Sum of RGB (Red+Green+Blue) = 110+190+168=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEA8 is #914157. Grayscale: #A3A3A3. Windows color (decimal): -9519448 or 11058798. OLE color: 11058798.
HSL color Cylindrical-coordinate representation of color #6EBEA8: hue angle of 163.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBEA8 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 190 | 168 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.25 |
| HSL | 163.5º | 0.38% | 0.59% | - |
| HSV(B) | 163.5º | 0.42% | 0.75% | - |
| XYZ | 31.91 | 42.97 | 43.66 | - |
| YUV | 163.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 168 | 0.42 | 0 | 0.12 | 0.25 | 163.5 | 0.38 | 0.59 |
| Hex | 6E | BE | A8 | 2A | 0 | C | 19 | A4 | 26 | 3B |
| Octal | 156 | 276 | 250 | 52 | 0 | 14 | 31 | 244 | 46 | 73 |
| Binary | 1101110 | 10111110 | 10101000 | 101010 | 0 | 1100 | 11001 | 10100100 | 100110 | 111011 |
Color Harmonies of #6EBEA8
Complementary color
Monochromatic Colors of #6EBEA8
Black with #6EBEA8
Text Example
Text Example
White with #6EBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBEA8; }
p { color: rgb(110,190,168); }
H1.HeaderClassName
{
color: #6EBEA8;
}
.AnyTagClassName
{
color: #6EBEA8;
}
</style>
background-color css
<style>
a { background-color: #6EBEA8; }
a { background-color: rgb(110,190,168); }
div.DivClassName
{
background-color: #6EBEA8;
}
.BgClassName
{
background-color: #6EBEA8;
}
</style>
border-color css
<style>
span { border-color: #6EBEA8; }
span { border-color: rgb(110,190,168); }
td.TdClassName
{
border-color: #6EBEA8;
}
.TagClassName
{
border-color: #6EBEA8;
}
</style>