Shades of Gulf Stream #74BCA8
Tints of Gulf Stream #74BCA8
RGB
CMYK
RGB Variations
Color information
#74BCA8 (or 0x74BCA8) is known color: Gulf Stream. HEX triplet: 74, BC and A8. RGB value is (116,188,168). Sum of RGB (Red+Green+Blue) = 116+188+168=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #74BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BCA8 is #8B4357. Grayscale: #A4A4A4. Windows color (decimal): -9126744 or 11058292. OLE color: 11058292.
HSL color Cylindrical-coordinate representation of color #74BCA8: hue angle of 163.33º 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 #74BCA8 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 168 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.26 |
| HSL | 163.33º | 0.35% | 0.6% | - |
| HSV(B) | 163.33º | 0.38% | 0.74% | - |
| XYZ | 32.25 | 42.51 | 43.55 | - |
| YUV | 164.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 168 | 0.38 | 0 | 0.11 | 0.26 | 163.33 | 0.35 | 0.6 |
| Hex | 74 | BC | A8 | 26 | 0 | B | 1A | A3 | 23 | 3C |
| Octal | 164 | 274 | 250 | 46 | 0 | 13 | 32 | 243 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10101000 | 100110 | 0 | 1011 | 11010 | 10100011 | 100011 | 111100 |
Color Harmonies of #74BCA8
Complementary color
Monochromatic Colors of #74BCA8
Black with #74BCA8
Text Example
Text Example
White with #74BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCA8; }
p { color: rgb(116,188,168); }
H1.HeaderClassName
{
color: #74BCA8;
}
.AnyTagClassName
{
color: #74BCA8;
}
</style>
background-color css
<style>
a { background-color: #74BCA8; }
a { background-color: rgb(116,188,168); }
div.DivClassName
{
background-color: #74BCA8;
}
.BgClassName
{
background-color: #74BCA8;
}
</style>
border-color css
<style>
span { border-color: #74BCA8; }
span { border-color: rgb(116,188,168); }
td.TdClassName
{
border-color: #74BCA8;
}
.TagClassName
{
border-color: #74BCA8;
}
</style>