Shades of Neptune #75A7AC
Tints of Neptune #75A7AC
RGB
CMYK
RGB Variations
Color information
#75A7AC (or 0x75A7AC) is known color: Neptune. HEX triplet: 75, A7 and AC. RGB value is (117,167,172). Sum of RGB (Red+Green+Blue) = 117+167+172=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #75A7AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A7AC is #8A5853. Grayscale: #989898. Windows color (decimal): -9066580 or 11315061. OLE color: 11315061.
HSL color Cylindrical-coordinate representation of color #75A7AC: hue angle of 185.45º 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 #75A7AC is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 167 | 172 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.33 |
| HSL | 185.45º | 0.25% | 0.57% | - |
| HSV(B) | 185.45º | 0.32% | 0.67% | - |
| XYZ | 28.6 | 34.4 | 44.16 | - |
| YUV | 152.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 172 | 0.32 | 0.03 | 0 | 0.33 | 185.45 | 0.25 | 0.57 |
| Hex | 75 | A7 | AC | 20 | 3 | 0 | 21 | B9 | 19 | 39 |
| Octal | 165 | 247 | 254 | 40 | 3 | 0 | 41 | 271 | 31 | 71 |
| Binary | 1110101 | 10100111 | 10101100 | 100000 | 11 | 0 | 100001 | 10111001 | 11001 | 111001 |
Color Harmonies of #75A7AC
Complementary color
Monochromatic Colors of #75A7AC
Black with #75A7AC
Text Example
Text Example
White with #75A7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A7AC; }
p { color: rgb(117,167,172); }
H1.HeaderClassName
{
color: #75A7AC;
}
.AnyTagClassName
{
color: #75A7AC;
}
</style>
background-color css
<style>
a { background-color: #75A7AC; }
a { background-color: rgb(117,167,172); }
div.DivClassName
{
background-color: #75A7AC;
}
.BgClassName
{
background-color: #75A7AC;
}
</style>
border-color css
<style>
span { border-color: #75A7AC; }
span { border-color: rgb(117,167,172); }
td.TdClassName
{
border-color: #75A7AC;
}
.TagClassName
{
border-color: #75A7AC;
}
</style>