Shades of Gulf Stream #6ABEAD
Tints of Gulf Stream #6ABEAD
RGB
CMYK
RGB Variations
Color information
#6ABEAD (or 0x6ABEAD) is known color: Gulf Stream. HEX triplet: 6A, BE and AD. RGB value is (106,190,173). Sum of RGB (Red+Green+Blue) = 106+190+173=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABEAD is #954152. Grayscale: #A2A2A2. Windows color (decimal): -9781587 or 11386474. OLE color: 11386474.
HSL color Cylindrical-coordinate representation of color #6ABEAD: hue angle of 167.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABEAD is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 190 | 173 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.25 |
| HSL | 167.86º | 0.39% | 0.58% | - |
| HSV(B) | 167.86º | 0.44% | 0.75% | - |
| XYZ | 31.9 | 42.91 | 46.14 | - |
| YUV | 162.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 173 | 0.44 | 0 | 0.09 | 0.25 | 167.86 | 0.39 | 0.58 |
| Hex | 6A | BE | AD | 2C | 0 | 9 | 19 | A8 | 27 | 3A |
| Octal | 152 | 276 | 255 | 54 | 0 | 11 | 31 | 250 | 47 | 72 |
| Binary | 1101010 | 10111110 | 10101101 | 101100 | 0 | 1001 | 11001 | 10101000 | 100111 | 111010 |
Color Harmonies of #6ABEAD
Complementary color
Monochromatic Colors of #6ABEAD
Black with #6ABEAD
Text Example
Text Example
White with #6ABEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABEAD; }
p { color: rgb(106,190,173); }
H1.HeaderClassName
{
color: #6ABEAD;
}
.AnyTagClassName
{
color: #6ABEAD;
}
</style>
background-color css
<style>
a { background-color: #6ABEAD; }
a { background-color: rgb(106,190,173); }
div.DivClassName
{
background-color: #6ABEAD;
}
.BgClassName
{
background-color: #6ABEAD;
}
</style>
border-color css
<style>
span { border-color: #6ABEAD; }
span { border-color: rgb(106,190,173); }
td.TdClassName
{
border-color: #6ABEAD;
}
.TagClassName
{
border-color: #6ABEAD;
}
</style>