Shades of Neptune #73A1AC
Tints of Neptune #73A1AC
RGB
CMYK
RGB Variations
Color information
#73A1AC (or 0x73A1AC) is known color: Neptune. HEX triplet: 73, A1 and AC. RGB value is (115,161,172). Sum of RGB (Red+Green+Blue) = 115+161+172=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #73A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A1AC is #8C5E53. Grayscale: #949494. Windows color (decimal): -9199188 or 11313523. OLE color: 11313523.
HSL color Cylindrical-coordinate representation of color #73A1AC: hue angle of 191.58º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73A1AC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 161 | 172 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.33 |
| HSL | 191.58º | 0.26% | 0.56% | - |
| HSV(B) | 191.58º | 0.33% | 0.67% | - |
| XYZ | 27.26 | 32.11 | 43.79 | - |
| YUV | 148.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 172 | 0.33 | 0.06 | 0 | 0.33 | 191.58 | 0.26 | 0.56 |
| Hex | 73 | A1 | AC | 21 | 6 | 0 | 21 | C0 | 1A | 38 |
| Octal | 163 | 241 | 254 | 41 | 6 | 0 | 41 | 300 | 32 | 70 |
| Binary | 1110011 | 10100001 | 10101100 | 100001 | 110 | 0 | 100001 | 11000000 | 11010 | 111000 |
Color Harmonies of #73A1AC
Complementary color
Monochromatic Colors of #73A1AC
Black with #73A1AC
Text Example
Text Example
White with #73A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A1AC; }
p { color: rgb(115,161,172); }
H1.HeaderClassName
{
color: #73A1AC;
}
.AnyTagClassName
{
color: #73A1AC;
}
</style>
background-color css
<style>
a { background-color: #73A1AC; }
a { background-color: rgb(115,161,172); }
div.DivClassName
{
background-color: #73A1AC;
}
.BgClassName
{
background-color: #73A1AC;
}
</style>
border-color css
<style>
span { border-color: #73A1AC; }
span { border-color: rgb(115,161,172); }
td.TdClassName
{
border-color: #73A1AC;
}
.TagClassName
{
border-color: #73A1AC;
}
</style>