Shades of Gulf Stream #74BCAF
Tints of Gulf Stream #74BCAF
RGB
CMYK
RGB Variations
Color information
#74BCAF (or 0x74BCAF) is known color: Gulf Stream. HEX triplet: 74, BC and AF. RGB value is (116,188,175). Sum of RGB (Red+Green+Blue) = 116+188+175=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #74BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BCAF is #8B4350. Grayscale: #A4A4A4. Windows color (decimal): -9126737 or 11517044. OLE color: 11517044.
HSL color Cylindrical-coordinate representation of color #74BCAF: hue angle of 169.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BCAF is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 175 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.26 |
| HSL | 169.17º | 0.35% | 0.6% | - |
| HSV(B) | 169.17º | 0.38% | 0.74% | - |
| XYZ | 32.92 | 42.77 | 47.08 | - |
| YUV | 164.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 175 | 0.38 | 0 | 0.07 | 0.26 | 169.17 | 0.35 | 0.6 |
| Hex | 74 | BC | AF | 26 | 0 | 7 | 1A | A9 | 23 | 3C |
| Octal | 164 | 274 | 257 | 46 | 0 | 7 | 32 | 251 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10101111 | 100110 | 0 | 111 | 11010 | 10101001 | 100011 | 111100 |
Color Harmonies of #74BCAF
Complementary color
Monochromatic Colors of #74BCAF
Black with #74BCAF
Text Example
Text Example
White with #74BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCAF; }
p { color: rgb(116,188,175); }
H1.HeaderClassName
{
color: #74BCAF;
}
.AnyTagClassName
{
color: #74BCAF;
}
</style>
background-color css
<style>
a { background-color: #74BCAF; }
a { background-color: rgb(116,188,175); }
div.DivClassName
{
background-color: #74BCAF;
}
.BgClassName
{
background-color: #74BCAF;
}
</style>
border-color css
<style>
span { border-color: #74BCAF; }
span { border-color: rgb(116,188,175); }
td.TdClassName
{
border-color: #74BCAF;
}
.TagClassName
{
border-color: #74BCAF;
}
</style>