Shades of Gulf Stream #74B8AE
Tints of Gulf Stream #74B8AE
RGB
CMYK
RGB Variations
Color information
#74B8AE (or 0x74B8AE) is known color: Gulf Stream. HEX triplet: 74, B8 and AE. RGB value is (116,184,174). Sum of RGB (Red+Green+Blue) = 116+184+174=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #74B8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B8AE is #8B4751. Grayscale: #A2A2A2. Windows color (decimal): -9127762 or 11450484. OLE color: 11450484.
HSL color Cylindrical-coordinate representation of color #74B8AE: hue angle of 171.18º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B8AE is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 184 | 174 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.28 |
| HSL | 171.18º | 0.32% | 0.59% | - |
| HSV(B) | 171.18º | 0.37% | 0.72% | - |
| XYZ | 31.98 | 41.05 | 46.28 | - |
| YUV | 162.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 174 | 0.37 | 0 | 0.05 | 0.28 | 171.18 | 0.32 | 0.59 |
| Hex | 74 | B8 | AE | 25 | 0 | 5 | 1C | AB | 20 | 3B |
| Octal | 164 | 270 | 256 | 45 | 0 | 5 | 34 | 253 | 40 | 73 |
| Binary | 1110100 | 10111000 | 10101110 | 100101 | 0 | 101 | 11100 | 10101011 | 100000 | 111011 |
Color Harmonies of #74B8AE
Complementary color
Monochromatic Colors of #74B8AE
Black with #74B8AE
Text Example
Text Example
White with #74B8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B8AE; }
p { color: rgb(116,184,174); }
H1.HeaderClassName
{
color: #74B8AE;
}
.AnyTagClassName
{
color: #74B8AE;
}
</style>
background-color css
<style>
a { background-color: #74B8AE; }
a { background-color: rgb(116,184,174); }
div.DivClassName
{
background-color: #74B8AE;
}
.BgClassName
{
background-color: #74B8AE;
}
</style>
border-color css
<style>
span { border-color: #74B8AE; }
span { border-color: rgb(116,184,174); }
td.TdClassName
{
border-color: #74B8AE;
}
.TagClassName
{
border-color: #74B8AE;
}
</style>