Shades of Gulf Stream #74BCA3
Tints of Gulf Stream #74BCA3
RGB
CMYK
RGB Variations
Color information
#74BCA3 (or 0x74BCA3) is known color: Gulf Stream. HEX triplet: 74, BC and A3. RGB value is (116,188,163). Sum of RGB (Red+Green+Blue) = 116+188+163=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #74BCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BCA3 is #8B435C. Grayscale: #A3A3A3. Windows color (decimal): -9126749 or 10730612. OLE color: 10730612.
HSL color Cylindrical-coordinate representation of color #74BCA3: hue angle of 159.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BCA3 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 163 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.26 |
| HSL | 159.17º | 0.35% | 0.6% | - |
| HSV(B) | 159.17º | 0.38% | 0.74% | - |
| XYZ | 31.8 | 42.32 | 41.14 | - |
| YUV | 163.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 163 | 0.38 | 0 | 0.13 | 0.26 | 159.17 | 0.35 | 0.6 |
| Hex | 74 | BC | A3 | 26 | 0 | D | 1A | 9F | 23 | 3C |
| Octal | 164 | 274 | 243 | 46 | 0 | 15 | 32 | 237 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10100011 | 100110 | 0 | 1101 | 11010 | 10011111 | 100011 | 111100 |
Color Harmonies of #74BCA3
Complementary color
Monochromatic Colors of #74BCA3
Black with #74BCA3
Text Example
Text Example
White with #74BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCA3; }
p { color: rgb(116,188,163); }
H1.HeaderClassName
{
color: #74BCA3;
}
.AnyTagClassName
{
color: #74BCA3;
}
</style>
background-color css
<style>
a { background-color: #74BCA3; }
a { background-color: rgb(116,188,163); }
div.DivClassName
{
background-color: #74BCA3;
}
.BgClassName
{
background-color: #74BCA3;
}
</style>
border-color css
<style>
span { border-color: #74BCA3; }
span { border-color: rgb(116,188,163); }
td.TdClassName
{
border-color: #74BCA3;
}
.TagClassName
{
border-color: #74BCA3;
}
</style>