Shades of Gulf Stream #74BBA4
Tints of Gulf Stream #74BBA4
RGB
CMYK
RGB Variations
Color information
#74BBA4 (or 0x74BBA4) is known color: Gulf Stream. HEX triplet: 74, BB and A4. RGB value is (116,187,164). Sum of RGB (Red+Green+Blue) = 116+187+164=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #74BBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BBA4 is #8B445B. Grayscale: #A3A3A3. Windows color (decimal): -9127004 or 10795892. OLE color: 10795892.
HSL color Cylindrical-coordinate representation of color #74BBA4: hue angle of 160.56º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BBA4 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 164 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.27 |
| HSL | 160.56º | 0.34% | 0.59% | - |
| HSV(B) | 160.56º | 0.38% | 0.73% | - |
| XYZ | 31.67 | 41.93 | 41.55 | - |
| YUV | 163.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 164 | 0.38 | 0 | 0.12 | 0.27 | 160.56 | 0.34 | 0.59 |
| Hex | 74 | BB | A4 | 26 | 0 | C | 1B | A1 | 22 | 3B |
| Octal | 164 | 273 | 244 | 46 | 0 | 14 | 33 | 241 | 42 | 73 |
| Binary | 1110100 | 10111011 | 10100100 | 100110 | 0 | 1100 | 11011 | 10100001 | 100010 | 111011 |
Color Harmonies of #74BBA4
Complementary color
Monochromatic Colors of #74BBA4
Black with #74BBA4
Text Example
Text Example
White with #74BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BBA4; }
p { color: rgb(116,187,164); }
H1.HeaderClassName
{
color: #74BBA4;
}
.AnyTagClassName
{
color: #74BBA4;
}
</style>
background-color css
<style>
a { background-color: #74BBA4; }
a { background-color: rgb(116,187,164); }
div.DivClassName
{
background-color: #74BBA4;
}
.BgClassName
{
background-color: #74BBA4;
}
</style>
border-color css
<style>
span { border-color: #74BBA4; }
span { border-color: rgb(116,187,164); }
td.TdClassName
{
border-color: #74BBA4;
}
.TagClassName
{
border-color: #74BBA4;
}
</style>