Shades of Gulf Stream #74BEA4
Tints of Gulf Stream #74BEA4
RGB
CMYK
RGB Variations
Color information
#74BEA4 (or 0x74BEA4) is known color: Gulf Stream. HEX triplet: 74, BE and A4. RGB value is (116,190,164). Sum of RGB (Red+Green+Blue) = 116+190+164=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEA4 is #8B415B. Grayscale: #A4A4A4. Windows color (decimal): -9126236 or 10796660. OLE color: 10796660.
HSL color Cylindrical-coordinate representation of color #74BEA4: hue angle of 158.92º 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 #74BEA4 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 190 | 164 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.25 |
| HSL | 158.92º | 0.36% | 0.6% | - |
| HSV(B) | 158.92º | 0.39% | 0.75% | - |
| XYZ | 32.32 | 43.22 | 41.76 | - |
| YUV | 164.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 164 | 0.39 | 0 | 0.14 | 0.25 | 158.92 | 0.36 | 0.6 |
| Hex | 74 | BE | A4 | 27 | 0 | E | 19 | 9F | 24 | 3C |
| Octal | 164 | 276 | 244 | 47 | 0 | 16 | 31 | 237 | 44 | 74 |
| Binary | 1110100 | 10111110 | 10100100 | 100111 | 0 | 1110 | 11001 | 10011111 | 100100 | 111100 |
Color Harmonies of #74BEA4
Complementary color
Monochromatic Colors of #74BEA4
Black with #74BEA4
Text Example
Text Example
White with #74BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEA4; }
p { color: rgb(116,190,164); }
H1.HeaderClassName
{
color: #74BEA4;
}
.AnyTagClassName
{
color: #74BEA4;
}
</style>
background-color css
<style>
a { background-color: #74BEA4; }
a { background-color: rgb(116,190,164); }
div.DivClassName
{
background-color: #74BEA4;
}
.BgClassName
{
background-color: #74BEA4;
}
</style>
border-color css
<style>
span { border-color: #74BEA4; }
span { border-color: rgb(116,190,164); }
td.TdClassName
{
border-color: #74BEA4;
}
.TagClassName
{
border-color: #74BEA4;
}
</style>