Shades of Gulf Stream #6DBCB5
Tints of Gulf Stream #6DBCB5
RGB
CMYK
RGB Variations
Color information
#6DBCB5 (or 0x6DBCB5) is known color: Gulf Stream. HEX triplet: 6D, BC and B5. RGB value is (109,188,181). Sum of RGB (Red+Green+Blue) = 109+188+181=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCB5 is #92434A. Grayscale: #A3A3A3. Windows color (decimal): -9585483 or 11910253. OLE color: 11910253.
HSL color Cylindrical-coordinate representation of color #6DBCB5: hue angle of 174.68º 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 #6DBCB5 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 181 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.26 |
| HSL | 174.68º | 0.37% | 0.58% | - |
| HSV(B) | 174.68º | 0.42% | 0.74% | - |
| XYZ | 32.63 | 42.55 | 50.21 | - |
| YUV | 163.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 181 | 0.42 | 0 | 0.04 | 0.26 | 174.68 | 0.37 | 0.58 |
| Hex | 6D | BC | B5 | 2A | 0 | 4 | 1A | AF | 25 | 3A |
| Octal | 155 | 274 | 265 | 52 | 0 | 4 | 32 | 257 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10110101 | 101010 | 0 | 100 | 11010 | 10101111 | 100101 | 111010 |
Color Harmonies of #6DBCB5
Complementary color
Monochromatic Colors of #6DBCB5
Black with #6DBCB5
Text Example
Text Example
White with #6DBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCB5; }
p { color: rgb(109,188,181); }
H1.HeaderClassName
{
color: #6DBCB5;
}
.AnyTagClassName
{
color: #6DBCB5;
}
</style>
background-color css
<style>
a { background-color: #6DBCB5; }
a { background-color: rgb(109,188,181); }
div.DivClassName
{
background-color: #6DBCB5;
}
.BgClassName
{
background-color: #6DBCB5;
}
</style>
border-color css
<style>
span { border-color: #6DBCB5; }
span { border-color: rgb(109,188,181); }
td.TdClassName
{
border-color: #6DBCB5;
}
.TagClassName
{
border-color: #6DBCB5;
}
</style>