Shades of Neptune #73A6A4
Tints of Neptune #73A6A4
RGB
CMYK
RGB Variations
Color information
#73A6A4 (or 0x73A6A4) is known color: Neptune. HEX triplet: 73, A6 and A4. RGB value is (115,166,164). Sum of RGB (Red+Green+Blue) = 115+166+164=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 166 - color contains mainly: green. Hex color #73A6A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A6A4 is #8C595B. Grayscale: #969696. Windows color (decimal): -9197916 or 10790515. OLE color: 10790515.
HSL color Cylindrical-coordinate representation of color #73A6A4: hue angle of 177.65º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A6A4 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 164 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.35 |
| HSL | 177.65º | 0.22% | 0.55% | - |
| HSV(B) | 177.65º | 0.31% | 0.65% | - |
| XYZ | 27.41 | 33.6 | 40.16 | - |
| YUV | 150.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 164 | 0.31 | 0 | 0.01 | 0.35 | 177.65 | 0.22 | 0.55 |
| Hex | 73 | A6 | A4 | 1F | 0 | 1 | 23 | B2 | 16 | 37 |
| Octal | 163 | 246 | 244 | 37 | 0 | 1 | 43 | 262 | 26 | 67 |
| Binary | 1110011 | 10100110 | 10100100 | 11111 | 0 | 1 | 100011 | 10110010 | 10110 | 110111 |
Color Harmonies of #73A6A4
Complementary color
Monochromatic Colors of #73A6A4
Black with #73A6A4
Text Example
Text Example
White with #73A6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A6A4; }
p { color: rgb(115,166,164); }
H1.HeaderClassName
{
color: #73A6A4;
}
.AnyTagClassName
{
color: #73A6A4;
}
</style>
background-color css
<style>
a { background-color: #73A6A4; }
a { background-color: rgb(115,166,164); }
div.DivClassName
{
background-color: #73A6A4;
}
.BgClassName
{
background-color: #73A6A4;
}
</style>
border-color css
<style>
span { border-color: #73A6A4; }
span { border-color: rgb(115,166,164); }
td.TdClassName
{
border-color: #73A6A4;
}
.TagClassName
{
border-color: #73A6A4;
}
</style>