Shades of Gulf Stream #74B5AD
Tints of Gulf Stream #74B5AD
RGB
CMYK
RGB Variations
Color information
#74B5AD (or 0x74B5AD) is known color: Gulf Stream. HEX triplet: 74, B5 and AD. RGB value is (116,181,173). Sum of RGB (Red+Green+Blue) = 116+181+173=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #74B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B5AD is #8B4A52. Grayscale: #A0A0A0. Windows color (decimal): -9128531 or 11384180. OLE color: 11384180.
HSL color Cylindrical-coordinate representation of color #74B5AD: hue angle of 172.62º 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 #74B5AD is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 173 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.29 |
| HSL | 172.62º | 0.31% | 0.58% | - |
| HSV(B) | 172.62º | 0.36% | 0.71% | - |
| XYZ | 31.27 | 39.78 | 45.57 | - |
| YUV | 160.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 173 | 0.36 | 0 | 0.04 | 0.29 | 172.62 | 0.31 | 0.58 |
| Hex | 74 | B5 | AD | 24 | 0 | 4 | 1D | AD | 1F | 3A |
| Octal | 164 | 265 | 255 | 44 | 0 | 4 | 35 | 255 | 37 | 72 |
| Binary | 1110100 | 10110101 | 10101101 | 100100 | 0 | 100 | 11101 | 10101101 | 11111 | 111010 |
Color Harmonies of #74B5AD
Complementary color
Monochromatic Colors of #74B5AD
Black with #74B5AD
Text Example
Text Example
White with #74B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B5AD; }
p { color: rgb(116,181,173); }
H1.HeaderClassName
{
color: #74B5AD;
}
.AnyTagClassName
{
color: #74B5AD;
}
</style>
background-color css
<style>
a { background-color: #74B5AD; }
a { background-color: rgb(116,181,173); }
div.DivClassName
{
background-color: #74B5AD;
}
.BgClassName
{
background-color: #74B5AD;
}
</style>
border-color css
<style>
span { border-color: #74B5AD; }
span { border-color: rgb(116,181,173); }
td.TdClassName
{
border-color: #74B5AD;
}
.TagClassName
{
border-color: #74B5AD;
}
</style>