Shades of Gulf Stream #6DBCB2
Tints of Gulf Stream #6DBCB2
RGB
CMYK
RGB Variations
Color information
#6DBCB2 (or 0x6DBCB2) is known color: Gulf Stream. HEX triplet: 6D, BC and B2. RGB value is (109,188,178). Sum of RGB (Red+Green+Blue) = 109+188+178=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCB2 is #92434D. Grayscale: #A3A3A3. Windows color (decimal): -9585486 or 11713645. OLE color: 11713645.
HSL color Cylindrical-coordinate representation of color #6DBCB2: hue angle of 172.41º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCB2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 178 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.26 |
| HSL | 172.41º | 0.37% | 0.58% | - |
| HSV(B) | 172.41º | 0.42% | 0.74% | - |
| XYZ | 32.33 | 42.43 | 48.61 | - |
| YUV | 163.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 178 | 0.42 | 0 | 0.05 | 0.26 | 172.41 | 0.37 | 0.58 |
| Hex | 6D | BC | B2 | 2A | 0 | 5 | 1A | AC | 25 | 3A |
| Octal | 155 | 274 | 262 | 52 | 0 | 5 | 32 | 254 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10110010 | 101010 | 0 | 101 | 11010 | 10101100 | 100101 | 111010 |
Color Harmonies of #6DBCB2
Complementary color
Monochromatic Colors of #6DBCB2
Black with #6DBCB2
Text Example
Text Example
White with #6DBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCB2; }
p { color: rgb(109,188,178); }
H1.HeaderClassName
{
color: #6DBCB2;
}
.AnyTagClassName
{
color: #6DBCB2;
}
</style>
background-color css
<style>
a { background-color: #6DBCB2; }
a { background-color: rgb(109,188,178); }
div.DivClassName
{
background-color: #6DBCB2;
}
.BgClassName
{
background-color: #6DBCB2;
}
</style>
border-color css
<style>
span { border-color: #6DBCB2; }
span { border-color: rgb(109,188,178); }
td.TdClassName
{
border-color: #6DBCB2;
}
.TagClassName
{
border-color: #6DBCB2;
}
</style>