Shades of Gulf Stream #6CB8AB
Tints of Gulf Stream #6CB8AB
RGB
CMYK
RGB Variations
Color information
#6CB8AB (or 0x6CB8AB) is known color: Gulf Stream. HEX triplet: 6C, B8 and AB. RGB value is (108,184,171). Sum of RGB (Red+Green+Blue) = 108+184+171=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB8AB is #934754. Grayscale: #9F9F9F. Windows color (decimal): -9652053 or 11253868. OLE color: 11253868.
HSL color Cylindrical-coordinate representation of color #6CB8AB: hue angle of 169.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB8AB is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 184 | 171 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.28 |
| HSL | 169.74º | 0.35% | 0.57% | - |
| HSV(B) | 169.74º | 0.41% | 0.72% | - |
| XYZ | 30.68 | 40.41 | 44.71 | - |
| YUV | 159.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 184 | 171 | 0.41 | 0 | 0.07 | 0.28 | 169.74 | 0.35 | 0.57 |
| Hex | 6C | B8 | AB | 29 | 0 | 7 | 1C | AA | 23 | 39 |
| Octal | 154 | 270 | 253 | 51 | 0 | 7 | 34 | 252 | 43 | 71 |
| Binary | 1101100 | 10111000 | 10101011 | 101001 | 0 | 111 | 11100 | 10101010 | 100011 | 111001 |
Color Harmonies of #6CB8AB
Complementary color
Monochromatic Colors of #6CB8AB
Black with #6CB8AB
Text Example
Text Example
White with #6CB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB8AB; }
p { color: rgb(108,184,171); }
H1.HeaderClassName
{
color: #6CB8AB;
}
.AnyTagClassName
{
color: #6CB8AB;
}
</style>
background-color css
<style>
a { background-color: #6CB8AB; }
a { background-color: rgb(108,184,171); }
div.DivClassName
{
background-color: #6CB8AB;
}
.BgClassName
{
background-color: #6CB8AB;
}
</style>
border-color css
<style>
span { border-color: #6CB8AB; }
span { border-color: rgb(108,184,171); }
td.TdClassName
{
border-color: #6CB8AB;
}
.TagClassName
{
border-color: #6CB8AB;
}
</style>