Shades of Neptune #75A0AC
Tints of Neptune #75A0AC
RGB
CMYK
RGB Variations
Color information
#75A0AC (or 0x75A0AC) is known color: Neptune. HEX triplet: 75, A0 and AC. RGB value is (117,160,172). Sum of RGB (Red+Green+Blue) = 117+160+172=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #75A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A0AC is #8A5F53. Grayscale: #949494. Windows color (decimal): -9068372 or 11313269. OLE color: 11313269.
HSL color Cylindrical-coordinate representation of color #75A0AC: hue angle of 193.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A0AC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 160 | 172 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.33 |
| HSL | 193.09º | 0.25% | 0.57% | - |
| HSV(B) | 193.09º | 0.32% | 0.67% | - |
| XYZ | 27.35 | 31.9 | 43.75 | - |
| YUV | 148.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 172 | 0.32 | 0.07 | 0 | 0.33 | 193.09 | 0.25 | 0.57 |
| Hex | 75 | A0 | AC | 20 | 7 | 0 | 21 | C1 | 19 | 39 |
| Octal | 165 | 240 | 254 | 40 | 7 | 0 | 41 | 301 | 31 | 71 |
| Binary | 1110101 | 10100000 | 10101100 | 100000 | 111 | 0 | 100001 | 11000001 | 11001 | 111001 |
Color Harmonies of #75A0AC
Complementary color
Monochromatic Colors of #75A0AC
Black with #75A0AC
Text Example
Text Example
White with #75A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0AC; }
p { color: rgb(117,160,172); }
H1.HeaderClassName
{
color: #75A0AC;
}
.AnyTagClassName
{
color: #75A0AC;
}
</style>
background-color css
<style>
a { background-color: #75A0AC; }
a { background-color: rgb(117,160,172); }
div.DivClassName
{
background-color: #75A0AC;
}
.BgClassName
{
background-color: #75A0AC;
}
</style>
border-color css
<style>
span { border-color: #75A0AC; }
span { border-color: rgb(117,160,172); }
td.TdClassName
{
border-color: #75A0AC;
}
.TagClassName
{
border-color: #75A0AC;
}
</style>