Shades of Gulf Stream #74B6B4
Tints of Gulf Stream #74B6B4
RGB
CMYK
RGB Variations
Color information
#74B6B4 (or 0x74B6B4) is known color: Gulf Stream. HEX triplet: 74, B6 and B4. RGB value is (116,182,180). Sum of RGB (Red+Green+Blue) = 116+182+180=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #74B6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B6B4 is #8B494B. Grayscale: #A1A1A1. Windows color (decimal): -9128268 or 11843188. OLE color: 11843188.
HSL color Cylindrical-coordinate representation of color #74B6B4: hue angle of 178.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B6B4 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 180 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.29 |
| HSL | 178.18º | 0.31% | 0.58% | - |
| HSV(B) | 178.18º | 0.36% | 0.71% | - |
| XYZ | 32.17 | 40.46 | 49.29 | - |
| YUV | 162.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 180 | 0.36 | 0 | 0.01 | 0.29 | 178.18 | 0.31 | 0.58 |
| Hex | 74 | B6 | B4 | 24 | 0 | 1 | 1D | B2 | 1F | 3A |
| Octal | 164 | 266 | 264 | 44 | 0 | 1 | 35 | 262 | 37 | 72 |
| Binary | 1110100 | 10110110 | 10110100 | 100100 | 0 | 1 | 11101 | 10110010 | 11111 | 111010 |
Color Harmonies of #74B6B4
Complementary color
Monochromatic Colors of #74B6B4
Black with #74B6B4
Text Example
Text Example
White with #74B6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B6B4; }
p { color: rgb(116,182,180); }
H1.HeaderClassName
{
color: #74B6B4;
}
.AnyTagClassName
{
color: #74B6B4;
}
</style>
background-color css
<style>
a { background-color: #74B6B4; }
a { background-color: rgb(116,182,180); }
div.DivClassName
{
background-color: #74B6B4;
}
.BgClassName
{
background-color: #74B6B4;
}
</style>
border-color css
<style>
span { border-color: #74B6B4; }
span { border-color: rgb(116,182,180); }
td.TdClassName
{
border-color: #74B6B4;
}
.TagClassName
{
border-color: #74B6B4;
}
</style>