Shades of Gulf Stream #74B6AD
Tints of Gulf Stream #74B6AD
RGB
CMYK
RGB Variations
Color information
#74B6AD (or 0x74B6AD) is known color: Gulf Stream. HEX triplet: 74, B6 and AD. RGB value is (116,182,173). Sum of RGB (Red+Green+Blue) = 116+182+173=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #74B6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B6AD is #8B4952. Grayscale: #A1A1A1. Windows color (decimal): -9128275 or 11384436. OLE color: 11384436.
HSL color Cylindrical-coordinate representation of color #74B6AD: hue angle of 171.82º 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 #74B6AD is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 173 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.29 |
| HSL | 171.82º | 0.31% | 0.58% | - |
| HSV(B) | 171.82º | 0.36% | 0.71% | - |
| XYZ | 31.47 | 40.19 | 45.63 | - |
| YUV | 161.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 173 | 0.36 | 0 | 0.05 | 0.29 | 171.82 | 0.31 | 0.58 |
| Hex | 74 | B6 | AD | 24 | 0 | 5 | 1D | AC | 1F | 3A |
| Octal | 164 | 266 | 255 | 44 | 0 | 5 | 35 | 254 | 37 | 72 |
| Binary | 1110100 | 10110110 | 10101101 | 100100 | 0 | 101 | 11101 | 10101100 | 11111 | 111010 |
Color Harmonies of #74B6AD
Complementary color
Monochromatic Colors of #74B6AD
Black with #74B6AD
Text Example
Text Example
White with #74B6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B6AD; }
p { color: rgb(116,182,173); }
H1.HeaderClassName
{
color: #74B6AD;
}
.AnyTagClassName
{
color: #74B6AD;
}
</style>
background-color css
<style>
a { background-color: #74B6AD; }
a { background-color: rgb(116,182,173); }
div.DivClassName
{
background-color: #74B6AD;
}
.BgClassName
{
background-color: #74B6AD;
}
</style>
border-color css
<style>
span { border-color: #74B6AD; }
span { border-color: rgb(116,182,173); }
td.TdClassName
{
border-color: #74B6AD;
}
.TagClassName
{
border-color: #74B6AD;
}
</style>