Shades of Gulf Stream #74BEA6
Tints of Gulf Stream #74BEA6
RGB
CMYK
RGB Variations
Color information
#74BEA6 (or 0x74BEA6) is known color: Gulf Stream. HEX triplet: 74, BE and A6. RGB value is (116,190,166). Sum of RGB (Red+Green+Blue) = 116+190+166=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEA6 is #8B4159. Grayscale: #A5A5A5. Windows color (decimal): -9126234 or 10927732. OLE color: 10927732.
HSL color Cylindrical-coordinate representation of color #74BEA6: hue angle of 160.54º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BEA6 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 166 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.25 |
| HSL | 160.54º | 0.36% | 0.6% | - |
| HSV(B) | 160.54º | 0.39% | 0.75% | - |
| XYZ | 32.5 | 43.29 | 42.72 | - |
| YUV | 165.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 166 | 0.39 | 0 | 0.13 | 0.25 | 160.54 | 0.36 | 0.6 |
| Hex | 74 | BE | A6 | 27 | 0 | D | 19 | A1 | 24 | 3C |
| Octal | 164 | 276 | 246 | 47 | 0 | 15 | 31 | 241 | 44 | 74 |
| Binary | 1110100 | 10111110 | 10100110 | 100111 | 0 | 1101 | 11001 | 10100001 | 100100 | 111100 |
Color Harmonies of #74BEA6
Complementary color
Monochromatic Colors of #74BEA6
Black with #74BEA6
Text Example
Text Example
White with #74BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEA6; }
p { color: rgb(116,190,166); }
H1.HeaderClassName
{
color: #74BEA6;
}
.AnyTagClassName
{
color: #74BEA6;
}
</style>
background-color css
<style>
a { background-color: #74BEA6; }
a { background-color: rgb(116,190,166); }
div.DivClassName
{
background-color: #74BEA6;
}
.BgClassName
{
background-color: #74BEA6;
}
</style>
border-color css
<style>
span { border-color: #74BEA6; }
span { border-color: rgb(116,190,166); }
td.TdClassName
{
border-color: #74BEA6;
}
.TagClassName
{
border-color: #74BEA6;
}
</style>