Shades of Gulf Stream #74BDA5
Tints of Gulf Stream #74BDA5
RGB
CMYK
RGB Variations
Color information
#74BDA5 (or 0x74BDA5) is known color: Gulf Stream. HEX triplet: 74, BD and A5. RGB value is (116,189,165). Sum of RGB (Red+Green+Blue) = 116+189+165=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BDA5 is #8B425A. Grayscale: #A4A4A4. Windows color (decimal): -9126491 or 10861940. OLE color: 10861940.
HSL color Cylindrical-coordinate representation of color #74BDA5: hue angle of 160.27º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDA5 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 165 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.26 |
| HSL | 160.27º | 0.36% | 0.6% | - |
| HSV(B) | 160.27º | 0.39% | 0.74% | - |
| XYZ | 32.19 | 42.82 | 42.17 | - |
| YUV | 164.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 165 | 0.39 | 0 | 0.13 | 0.26 | 160.27 | 0.36 | 0.6 |
| Hex | 74 | BD | A5 | 27 | 0 | D | 1A | A0 | 24 | 3C |
| Octal | 164 | 275 | 245 | 47 | 0 | 15 | 32 | 240 | 44 | 74 |
| Binary | 1110100 | 10111101 | 10100101 | 100111 | 0 | 1101 | 11010 | 10100000 | 100100 | 111100 |
Color Harmonies of #74BDA5
Complementary color
Monochromatic Colors of #74BDA5
Black with #74BDA5
Text Example
Text Example
White with #74BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BDA5; }
p { color: rgb(116,189,165); }
H1.HeaderClassName
{
color: #74BDA5;
}
.AnyTagClassName
{
color: #74BDA5;
}
</style>
background-color css
<style>
a { background-color: #74BDA5; }
a { background-color: rgb(116,189,165); }
div.DivClassName
{
background-color: #74BDA5;
}
.BgClassName
{
background-color: #74BDA5;
}
</style>
border-color css
<style>
span { border-color: #74BDA5; }
span { border-color: rgb(116,189,165); }
td.TdClassName
{
border-color: #74BDA5;
}
.TagClassName
{
border-color: #74BDA5;
}
</style>