Shades of Neptune #73ADB5
Tints of Neptune #73ADB5
RGB
CMYK
RGB Variations
Color information
#73ADB5 (or 0x73ADB5) is known color: Neptune. HEX triplet: 73, AD and B5. RGB value is (115,173,181). Sum of RGB (Red+Green+Blue) = 115+173+181=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #73ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADB5 is #8C524A. Grayscale: #9C9C9C. Windows color (decimal): -9196107 or 11906419. OLE color: 11906419.
HSL color Cylindrical-coordinate representation of color #73ADB5: hue angle of 187.27º 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 #73ADB5 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 173 | 181 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.29 |
| HSL | 187.27º | 0.31% | 0.58% | - |
| HSV(B) | 187.27º | 0.36% | 0.71% | - |
| XYZ | 30.35 | 36.87 | 49.23 | - |
| YUV | 156.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 181 | 0.36 | 0.04 | 0 | 0.29 | 187.27 | 0.31 | 0.58 |
| Hex | 73 | AD | B5 | 24 | 4 | 0 | 1D | BB | 1F | 3A |
| Octal | 163 | 255 | 265 | 44 | 4 | 0 | 35 | 273 | 37 | 72 |
| Binary | 1110011 | 10101101 | 10110101 | 100100 | 100 | 0 | 11101 | 10111011 | 11111 | 111010 |
Color Harmonies of #73ADB5
Complementary color
Monochromatic Colors of #73ADB5
Black with #73ADB5
Text Example
Text Example
White with #73ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADB5; }
p { color: rgb(115,173,181); }
H1.HeaderClassName
{
color: #73ADB5;
}
.AnyTagClassName
{
color: #73ADB5;
}
</style>
background-color css
<style>
a { background-color: #73ADB5; }
a { background-color: rgb(115,173,181); }
div.DivClassName
{
background-color: #73ADB5;
}
.BgClassName
{
background-color: #73ADB5;
}
</style>
border-color css
<style>
span { border-color: #73ADB5; }
span { border-color: rgb(115,173,181); }
td.TdClassName
{
border-color: #73ADB5;
}
.TagClassName
{
border-color: #73ADB5;
}
</style>