Shades of Neptune #73B5B4
Tints of Neptune #73B5B4
RGB
CMYK
RGB Variations
Color information
#73B5B4 (or 0x73B5B4) is known color: Neptune. HEX triplet: 73, B5 and B4. RGB value is (115,181,180). Sum of RGB (Red+Green+Blue) = 115+181+180=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #73B5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B5B4 is #8C4A4B. Grayscale: #A1A1A1. Windows color (decimal): -9194060 or 11842931. OLE color: 11842931.
HSL color Cylindrical-coordinate representation of color #73B5B4: hue angle of 179.09º 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 #73B5B4 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 181 | 180 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.29 |
| HSL | 179.09º | 0.31% | 0.58% | - |
| HSV(B) | 179.09º | 0.36% | 0.71% | - |
| XYZ | 31.83 | 39.99 | 49.22 | - |
| YUV | 161.15 | 138.63 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 180 | 0.36 | 0 | 0.01 | 0.29 | 179.09 | 0.31 | 0.58 |
| Hex | 73 | B5 | B4 | 24 | 0 | 1 | 1D | B3 | 1F | 3A |
| Octal | 163 | 265 | 264 | 44 | 0 | 1 | 35 | 263 | 37 | 72 |
| Binary | 1110011 | 10110101 | 10110100 | 100100 | 0 | 1 | 11101 | 10110011 | 11111 | 111010 |
Color Harmonies of #73B5B4
Complementary color
Monochromatic Colors of #73B5B4
Black with #73B5B4
Text Example
Text Example
White with #73B5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B5B4; }
p { color: rgb(115,181,180); }
H1.HeaderClassName
{
color: #73B5B4;
}
.AnyTagClassName
{
color: #73B5B4;
}
</style>
background-color css
<style>
a { background-color: #73B5B4; }
a { background-color: rgb(115,181,180); }
div.DivClassName
{
background-color: #73B5B4;
}
.BgClassName
{
background-color: #73B5B4;
}
</style>
border-color css
<style>
span { border-color: #73B5B4; }
span { border-color: rgb(115,181,180); }
td.TdClassName
{
border-color: #73B5B4;
}
.TagClassName
{
border-color: #73B5B4;
}
</style>