Shades of Gulf Stream #6ABEB2
Tints of Gulf Stream #6ABEB2
RGB
CMYK
RGB Variations
Color information
#6ABEB2 (or 0x6ABEB2) is known color: Gulf Stream. HEX triplet: 6A, BE and B2. RGB value is (106,190,178). Sum of RGB (Red+Green+Blue) = 106+190+178=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABEB2 is #95414D. Grayscale: #A3A3A3. Windows color (decimal): -9781582 or 11714154. OLE color: 11714154.
HSL color Cylindrical-coordinate representation of color #6ABEB2: hue angle of 171.43º 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 #6ABEB2 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 190 | 178 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.25 |
| HSL | 171.43º | 0.39% | 0.58% | - |
| HSV(B) | 171.43º | 0.44% | 0.75% | - |
| XYZ | 32.39 | 43.11 | 48.73 | - |
| YUV | 163.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 178 | 0.44 | 0 | 0.06 | 0.25 | 171.43 | 0.39 | 0.58 |
| Hex | 6A | BE | B2 | 2C | 0 | 6 | 19 | AB | 27 | 3A |
| Octal | 152 | 276 | 262 | 54 | 0 | 6 | 31 | 253 | 47 | 72 |
| Binary | 1101010 | 10111110 | 10110010 | 101100 | 0 | 110 | 11001 | 10101011 | 100111 | 111010 |
Color Harmonies of #6ABEB2
Complementary color
Monochromatic Colors of #6ABEB2
Black with #6ABEB2
Text Example
Text Example
White with #6ABEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABEB2; }
p { color: rgb(106,190,178); }
H1.HeaderClassName
{
color: #6ABEB2;
}
.AnyTagClassName
{
color: #6ABEB2;
}
</style>
background-color css
<style>
a { background-color: #6ABEB2; }
a { background-color: rgb(106,190,178); }
div.DivClassName
{
background-color: #6ABEB2;
}
.BgClassName
{
background-color: #6ABEB2;
}
</style>
border-color css
<style>
span { border-color: #6ABEB2; }
span { border-color: rgb(106,190,178); }
td.TdClassName
{
border-color: #6ABEB2;
}
.TagClassName
{
border-color: #6ABEB2;
}
</style>