Shades of Gulf Stream #6CBFAD
Tints of Gulf Stream #6CBFAD
RGB
CMYK
RGB Variations
Color information
#6CBFAD (or 0x6CBFAD) is known color: Gulf Stream. HEX triplet: 6C, BF and AD. RGB value is (108,191,173). Sum of RGB (Red+Green+Blue) = 108+191+173=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBFAD is #934052. Grayscale: #A4A4A4. Windows color (decimal): -9650259 or 11386732. OLE color: 11386732.
HSL color Cylindrical-coordinate representation of color #6CBFAD: hue angle of 166.99º 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 #6CBFAD is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 191 | 173 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.25 |
| HSL | 166.99º | 0.39% | 0.59% | - |
| HSV(B) | 166.99º | 0.43% | 0.75% | - |
| XYZ | 32.36 | 43.47 | 46.22 | - |
| YUV | 164.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 173 | 0.43 | 0 | 0.09 | 0.25 | 166.99 | 0.39 | 0.59 |
| Hex | 6C | BF | AD | 2B | 0 | 9 | 19 | A7 | 27 | 3B |
| Octal | 154 | 277 | 255 | 53 | 0 | 11 | 31 | 247 | 47 | 73 |
| Binary | 1101100 | 10111111 | 10101101 | 101011 | 0 | 1001 | 11001 | 10100111 | 100111 | 111011 |
Color Harmonies of #6CBFAD
Complementary color
Monochromatic Colors of #6CBFAD
Black with #6CBFAD
Text Example
Text Example
White with #6CBFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBFAD; }
p { color: rgb(108,191,173); }
H1.HeaderClassName
{
color: #6CBFAD;
}
.AnyTagClassName
{
color: #6CBFAD;
}
</style>
background-color css
<style>
a { background-color: #6CBFAD; }
a { background-color: rgb(108,191,173); }
div.DivClassName
{
background-color: #6CBFAD;
}
.BgClassName
{
background-color: #6CBFAD;
}
</style>
border-color css
<style>
span { border-color: #6CBFAD; }
span { border-color: rgb(108,191,173); }
td.TdClassName
{
border-color: #6CBFAD;
}
.TagClassName
{
border-color: #6CBFAD;
}
</style>