Shades of Neptune #73B2B5
Tints of Neptune #73B2B5
RGB
CMYK
RGB Variations
Color information
#73B2B5 (or 0x73B2B5) is known color: Neptune. HEX triplet: 73, B2 and B5. RGB value is (115,178,181). Sum of RGB (Red+Green+Blue) = 115+178+181=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 181 - color contains mainly: blue. Hex color #73B2B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2B5 is #8C4D4A. Grayscale: #9F9F9F. Windows color (decimal): -9194827 or 11907699. OLE color: 11907699.
HSL color Cylindrical-coordinate representation of color #73B2B5: hue angle of 182.73º 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 #73B2B5 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 178 | 181 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.29 |
| HSL | 182.73º | 0.31% | 0.58% | - |
| HSV(B) | 182.73º | 0.36% | 0.71% | - |
| XYZ | 31.33 | 38.82 | 49.56 | - |
| YUV | 159.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 181 | 0.36 | 0.02 | 0 | 0.29 | 182.73 | 0.31 | 0.58 |
| Hex | 73 | B2 | B5 | 24 | 2 | 0 | 1D | B7 | 1F | 3A |
| Octal | 163 | 262 | 265 | 44 | 2 | 0 | 35 | 267 | 37 | 72 |
| Binary | 1110011 | 10110010 | 10110101 | 100100 | 10 | 0 | 11101 | 10110111 | 11111 | 111010 |
Color Harmonies of #73B2B5
Complementary color
Monochromatic Colors of #73B2B5
Black with #73B2B5
Text Example
Text Example
White with #73B2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B2B5; }
p { color: rgb(115,178,181); }
H1.HeaderClassName
{
color: #73B2B5;
}
.AnyTagClassName
{
color: #73B2B5;
}
</style>
background-color css
<style>
a { background-color: #73B2B5; }
a { background-color: rgb(115,178,181); }
div.DivClassName
{
background-color: #73B2B5;
}
.BgClassName
{
background-color: #73B2B5;
}
</style>
border-color css
<style>
span { border-color: #73B2B5; }
span { border-color: rgb(115,178,181); }
td.TdClassName
{
border-color: #73B2B5;
}
.TagClassName
{
border-color: #73B2B5;
}
</style>