Shades of Neptune #73ACAA
Tints of Neptune #73ACAA
RGB
CMYK
RGB Variations
Color information
#73ACAA (or 0x73ACAA) is known color: Neptune. HEX triplet: 73, AC and AA. RGB value is (115,172,170). Sum of RGB (Red+Green+Blue) = 115+172+170=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #73ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ACAA is #8C5355. Grayscale: #9A9A9A. Windows color (decimal): -9196374 or 11185267. OLE color: 11185267.
HSL color Cylindrical-coordinate representation of color #73ACAA: hue angle of 177.89º 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 #73ACAA is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 170 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.33 |
| HSL | 177.89º | 0.26% | 0.56% | - |
| HSV(B) | 177.89º | 0.33% | 0.67% | - |
| XYZ | 29.08 | 36.05 | 43.46 | - |
| YUV | 154.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 170 | 0.33 | 0 | 0.01 | 0.33 | 177.89 | 0.26 | 0.56 |
| Hex | 73 | AC | AA | 21 | 0 | 1 | 21 | B2 | 1A | 38 |
| Octal | 163 | 254 | 252 | 41 | 0 | 1 | 41 | 262 | 32 | 70 |
| Binary | 1110011 | 10101100 | 10101010 | 100001 | 0 | 1 | 100001 | 10110010 | 11010 | 111000 |
Color Harmonies of #73ACAA
Complementary color
Monochromatic Colors of #73ACAA
Black with #73ACAA
Text Example
Text Example
White with #73ACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACAA; }
p { color: rgb(115,172,170); }
H1.HeaderClassName
{
color: #73ACAA;
}
.AnyTagClassName
{
color: #73ACAA;
}
</style>
background-color css
<style>
a { background-color: #73ACAA; }
a { background-color: rgb(115,172,170); }
div.DivClassName
{
background-color: #73ACAA;
}
.BgClassName
{
background-color: #73ACAA;
}
</style>
border-color css
<style>
span { border-color: #73ACAA; }
span { border-color: rgb(115,172,170); }
td.TdClassName
{
border-color: #73ACAA;
}
.TagClassName
{
border-color: #73ACAA;
}
</style>