Shades of Neptune #73B0B5
Tints of Neptune #73B0B5
RGB
CMYK
RGB Variations
Color information
#73B0B5 (or 0x73B0B5) is known color: Neptune. HEX triplet: 73, B0 and B5. RGB value is (115,176,181). Sum of RGB (Red+Green+Blue) = 115+176+181=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #73B0B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B0B5 is #8C4F4A. Grayscale: #9E9E9E. Windows color (decimal): -9195339 or 11907187. OLE color: 11907187.
HSL color Cylindrical-coordinate representation of color #73B0B5: hue angle of 184.55º 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 #73B0B5 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 176 | 181 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.29 |
| HSL | 184.55º | 0.31% | 0.58% | - |
| HSV(B) | 184.55º | 0.36% | 0.71% | - |
| XYZ | 30.94 | 38.03 | 49.43 | - |
| YUV | 158.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 176 | 181 | 0.36 | 0.03 | 0 | 0.29 | 184.55 | 0.31 | 0.58 |
| Hex | 73 | B0 | B5 | 24 | 3 | 0 | 1D | B9 | 1F | 3A |
| Octal | 163 | 260 | 265 | 44 | 3 | 0 | 35 | 271 | 37 | 72 |
| Binary | 1110011 | 10110000 | 10110101 | 100100 | 11 | 0 | 11101 | 10111001 | 11111 | 111010 |
Color Harmonies of #73B0B5
Complementary color
Monochromatic Colors of #73B0B5
Black with #73B0B5
Text Example
Text Example
White with #73B0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B0B5; }
p { color: rgb(115,176,181); }
H1.HeaderClassName
{
color: #73B0B5;
}
.AnyTagClassName
{
color: #73B0B5;
}
</style>
background-color css
<style>
a { background-color: #73B0B5; }
a { background-color: rgb(115,176,181); }
div.DivClassName
{
background-color: #73B0B5;
}
.BgClassName
{
background-color: #73B0B5;
}
</style>
border-color css
<style>
span { border-color: #73B0B5; }
span { border-color: rgb(115,176,181); }
td.TdClassName
{
border-color: #73B0B5;
}
.TagClassName
{
border-color: #73B0B5;
}
</style>