Shades of Neptune #73B2B3
Tints of Neptune #73B2B3
RGB
CMYK
RGB Variations
Color information
#73B2B3 (or 0x73B2B3) is known color: Neptune. HEX triplet: 73, B2 and B3. RGB value is (115,178,179). Sum of RGB (Red+Green+Blue) = 115+178+179=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #73B2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2B3 is #8C4D4C. Grayscale: #9F9F9F. Windows color (decimal): -9194829 or 11776627. OLE color: 11776627.
HSL color Cylindrical-coordinate representation of color #73B2B3: hue angle of 180.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B2B3 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 179 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.30 |
| HSL | 180.94º | 0.3% | 0.58% | - |
| HSV(B) | 180.94º | 0.36% | 0.7% | - |
| XYZ | 31.13 | 38.74 | 48.48 | - |
| YUV | 159.28 | 139.13 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 179 | 0.36 | 0.01 | 0 | 0.30 | 180.94 | 0.3 | 0.58 |
| Hex | 73 | B2 | B3 | 24 | 1 | 0 | 1E | B5 | 1E | 3A |
| Octal | 163 | 262 | 263 | 44 | 1 | 0 | 36 | 265 | 36 | 72 |
| Binary | 1110011 | 10110010 | 10110011 | 100100 | 1 | 0 | 11110 | 10110101 | 11110 | 111010 |
Color Harmonies of #73B2B3
Complementary color
Monochromatic Colors of #73B2B3
Black with #73B2B3
Text Example
Text Example
White with #73B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B2B3; }
p { color: rgb(115,178,179); }
H1.HeaderClassName
{
color: #73B2B3;
}
.AnyTagClassName
{
color: #73B2B3;
}
</style>
background-color css
<style>
a { background-color: #73B2B3; }
a { background-color: rgb(115,178,179); }
div.DivClassName
{
background-color: #73B2B3;
}
.BgClassName
{
background-color: #73B2B3;
}
</style>
border-color css
<style>
span { border-color: #73B2B3; }
span { border-color: rgb(115,178,179); }
td.TdClassName
{
border-color: #73B2B3;
}
.TagClassName
{
border-color: #73B2B3;
}
</style>