Shades of Gulf Stream #6EB5AA
Tints of Gulf Stream #6EB5AA
RGB
CMYK
RGB Variations
Color information
#6EB5AA (or 0x6EB5AA) is known color: Gulf Stream. HEX triplet: 6E, B5 and AA. RGB value is (110,181,170). Sum of RGB (Red+Green+Blue) = 110+181+170=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #6EB5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB5AA is #914A55. Grayscale: #9E9E9E. Windows color (decimal): -9521750 or 11187566. OLE color: 11187566.
HSL color Cylindrical-coordinate representation of color #6EB5AA: hue angle of 170.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB5AA is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 181 | 170 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.29 |
| HSL | 170.7º | 0.32% | 0.57% | - |
| HSV(B) | 170.7º | 0.39% | 0.71% | - |
| XYZ | 30.21 | 39.27 | 44.02 | - |
| YUV | 158.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 181 | 170 | 0.39 | 0 | 0.06 | 0.29 | 170.7 | 0.32 | 0.57 |
| Hex | 6E | B5 | AA | 27 | 0 | 6 | 1D | AB | 20 | 39 |
| Octal | 156 | 265 | 252 | 47 | 0 | 6 | 35 | 253 | 40 | 71 |
| Binary | 1101110 | 10110101 | 10101010 | 100111 | 0 | 110 | 11101 | 10101011 | 100000 | 111001 |
Color Harmonies of #6EB5AA
Complementary color
Monochromatic Colors of #6EB5AA
Black with #6EB5AA
Text Example
Text Example
White with #6EB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB5AA; }
p { color: rgb(110,181,170); }
H1.HeaderClassName
{
color: #6EB5AA;
}
.AnyTagClassName
{
color: #6EB5AA;
}
</style>
background-color css
<style>
a { background-color: #6EB5AA; }
a { background-color: rgb(110,181,170); }
div.DivClassName
{
background-color: #6EB5AA;
}
.BgClassName
{
background-color: #6EB5AA;
}
</style>
border-color css
<style>
span { border-color: #6EB5AA; }
span { border-color: rgb(110,181,170); }
td.TdClassName
{
border-color: #6EB5AA;
}
.TagClassName
{
border-color: #6EB5AA;
}
</style>