Shades of Gulf Stream #74B5A8
Tints of Gulf Stream #74B5A8
RGB
CMYK
RGB Variations
Color information
#74B5A8 (or 0x74B5A8) is known color: Gulf Stream. HEX triplet: 74, B5 and A8. RGB value is (116,181,168). Sum of RGB (Red+Green+Blue) = 116+181+168=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #74B5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B5A8 is #8B4A57. Grayscale: #A0A0A0. Windows color (decimal): -9128536 or 11056500. OLE color: 11056500.
HSL color Cylindrical-coordinate representation of color #74B5A8: hue angle of 168º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B5A8 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 168 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.29 |
| HSL | 168º | 0.31% | 0.58% | - |
| HSV(B) | 168º | 0.36% | 0.71% | - |
| XYZ | 30.79 | 39.59 | 43.06 | - |
| YUV | 160.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 168 | 0.36 | 0 | 0.07 | 0.29 | 168 | 0.31 | 0.58 |
| Hex | 74 | B5 | A8 | 24 | 0 | 7 | 1D | A8 | 1F | 3A |
| Octal | 164 | 265 | 250 | 44 | 0 | 7 | 35 | 250 | 37 | 72 |
| Binary | 1110100 | 10110101 | 10101000 | 100100 | 0 | 111 | 11101 | 10101000 | 11111 | 111010 |
Color Harmonies of #74B5A8
Complementary color
Monochromatic Colors of #74B5A8
Black with #74B5A8
Text Example
Text Example
White with #74B5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B5A8; }
p { color: rgb(116,181,168); }
H1.HeaderClassName
{
color: #74B5A8;
}
.AnyTagClassName
{
color: #74B5A8;
}
</style>
background-color css
<style>
a { background-color: #74B5A8; }
a { background-color: rgb(116,181,168); }
div.DivClassName
{
background-color: #74B5A8;
}
.BgClassName
{
background-color: #74B5A8;
}
</style>
border-color css
<style>
span { border-color: #74B5A8; }
span { border-color: rgb(116,181,168); }
td.TdClassName
{
border-color: #74B5A8;
}
.TagClassName
{
border-color: #74B5A8;
}
</style>