Shades of Gulf Stream #81B5B0
Tints of Gulf Stream #81B5B0
RGB
CMYK
RGB Variations
Color information
#81B5B0 (or 0x81B5B0) is known color: Gulf Stream. HEX triplet: 81, B5 and B0. RGB value is (129,181,176). Sum of RGB (Red+Green+Blue) = 129+181+176=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #81B5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B5B0 is #7E4A4F. Grayscale: #A4A4A4. Windows color (decimal): -8276560 or 11580801. OLE color: 11580801.
HSL color Cylindrical-coordinate representation of color #81B5B0: hue angle of 174.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B5B0 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 176 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.29 |
| HSL | 174.23º | 0.26% | 0.61% | - |
| HSV(B) | 174.23º | 0.29% | 0.71% | - |
| XYZ | 33.41 | 40.85 | 47.2 | - |
| YUV | 164.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 176 | 0.29 | 0 | 0.03 | 0.29 | 174.23 | 0.26 | 0.61 |
| Hex | 81 | B5 | B0 | 1D | 0 | 3 | 1D | AE | 1A | 3D |
| Octal | 201 | 265 | 260 | 35 | 0 | 3 | 35 | 256 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10110000 | 11101 | 0 | 11 | 11101 | 10101110 | 11010 | 111101 |
Color Harmonies of #81B5B0
Complementary color
Monochromatic Colors of #81B5B0
Black with #81B5B0
Text Example
Text Example
White with #81B5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B5B0; }
p { color: rgb(129,181,176); }
H1.HeaderClassName
{
color: #81B5B0;
}
.AnyTagClassName
{
color: #81B5B0;
}
</style>
background-color css
<style>
a { background-color: #81B5B0; }
a { background-color: rgb(129,181,176); }
div.DivClassName
{
background-color: #81B5B0;
}
.BgClassName
{
background-color: #81B5B0;
}
</style>
border-color css
<style>
span { border-color: #81B5B0; }
span { border-color: rgb(129,181,176); }
td.TdClassName
{
border-color: #81B5B0;
}
.TagClassName
{
border-color: #81B5B0;
}
</style>