Shades of Gulf Stream #6DBFAA
Tints of Gulf Stream #6DBFAA
RGB
CMYK
RGB Variations
Color information
#6DBFAA (or 0x6DBFAA) is known color: Gulf Stream. HEX triplet: 6D, BF and AA. RGB value is (109,191,170). Sum of RGB (Red+Green+Blue) = 109+191+170=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBFAA is #924055. Grayscale: #A4A4A4. Windows color (decimal): -9584726 or 11190125. OLE color: 11190125.
HSL color Cylindrical-coordinate representation of color #6DBFAA: hue angle of 164.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBFAA is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 170 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.25 |
| HSL | 164.63º | 0.39% | 0.59% | - |
| HSV(B) | 164.63º | 0.43% | 0.75% | - |
| XYZ | 32.19 | 43.42 | 44.71 | - |
| YUV | 164.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 170 | 0.43 | 0 | 0.11 | 0.25 | 164.63 | 0.39 | 0.59 |
| Hex | 6D | BF | AA | 2B | 0 | B | 19 | A5 | 27 | 3B |
| Octal | 155 | 277 | 252 | 53 | 0 | 13 | 31 | 245 | 47 | 73 |
| Binary | 1101101 | 10111111 | 10101010 | 101011 | 0 | 1011 | 11001 | 10100101 | 100111 | 111011 |
Color Harmonies of #6DBFAA
Complementary color
Monochromatic Colors of #6DBFAA
Black with #6DBFAA
Text Example
Text Example
White with #6DBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFAA; }
p { color: rgb(109,191,170); }
H1.HeaderClassName
{
color: #6DBFAA;
}
.AnyTagClassName
{
color: #6DBFAA;
}
</style>
background-color css
<style>
a { background-color: #6DBFAA; }
a { background-color: rgb(109,191,170); }
div.DivClassName
{
background-color: #6DBFAA;
}
.BgClassName
{
background-color: #6DBFAA;
}
</style>
border-color css
<style>
span { border-color: #6DBFAA; }
span { border-color: rgb(109,191,170); }
td.TdClassName
{
border-color: #6DBFAA;
}
.TagClassName
{
border-color: #6DBFAA;
}
</style>