Shades of Neptune #73ACAC
Tints of Neptune #73ACAC
RGB
CMYK
RGB Variations
Color information
#73ACAC (or 0x73ACAC) is known color: Neptune. HEX triplet: 73, AC and AC. RGB value is (115,172,172). Sum of RGB (Red+Green+Blue) = 115+172+172=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #73ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ACAC is #8C5353. Grayscale: #9A9A9A. Windows color (decimal): -9196372 or 11316339. OLE color: 11316339.
HSL color Cylindrical-coordinate representation of color #73ACAC: hue angle of 180º 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 #73ACAC is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 115 | 172 | 172 | - |
CMYK | 0.33 | 0 | 0 | 0.33 |
HSL | 180º | 0.26% | 0.56% | - |
HSV(B) | 180º | 0.33% | 0.67% | - |
XYZ | 29.27 | 36.13 | 44.46 | - |
YUV | 154.96 | 137.62 | 99.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 172 | 172 | 0.33 | 0 | 0 | 0.33 | 180 | 0.26 | 0.56 |
Hex | 73 | AC | AC | 21 | 0 | 0 | 21 | B4 | 1A | 38 |
Octal | 163 | 254 | 254 | 41 | 0 | 0 | 41 | 264 | 32 | 70 |
Binary | 1110011 | 10101100 | 10101100 | 100001 | 0 | 0 | 100001 | 10110100 | 11010 | 111000 |
Color Harmonies of #73ACAC
Complementary color
Monochromatic Colors of #73ACAC
Black with #73ACAC
Text Example
Text Example
White with #73ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACAC; }
p { color: rgb(115,172,172); }
H1.HeaderClassName
{
color: #73ACAC;
}
.AnyTagClassName
{
color: #73ACAC;
}
</style>
background-color css
<style>
a { background-color: #73ACAC; }
a { background-color: rgb(115,172,172); }
div.DivClassName
{
background-color: #73ACAC;
}
.BgClassName
{
background-color: #73ACAC;
}
</style>
border-color css
<style>
span { border-color: #73ACAC; }
span { border-color: rgb(115,172,172); }
td.TdClassName
{
border-color: #73ACAC;
}
.TagClassName
{
border-color: #73ACAC;
}
</style>