Shades of Neptune #75A8AD
Tints of Neptune #75A8AD
RGB
CMYK
RGB Variations
Color information
#75A8AD (or 0x75A8AD) is known color: Neptune. HEX triplet: 75, A8 and AD. RGB value is (117,168,173). Sum of RGB (Red+Green+Blue) = 117+168+173=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #75A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A8AD is #8A5752. Grayscale: #999999. Windows color (decimal): -9066323 or 11380853. OLE color: 11380853.
HSL color Cylindrical-coordinate representation of color #75A8AD: hue angle of 185.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A8AD is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 168 | 173 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.32 |
| HSL | 185.36º | 0.25% | 0.57% | - |
| HSV(B) | 185.36º | 0.32% | 0.68% | - |
| XYZ | 28.88 | 34.8 | 44.73 | - |
| YUV | 153.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 173 | 0.32 | 0.03 | 0 | 0.32 | 185.36 | 0.25 | 0.57 |
| Hex | 75 | A8 | AD | 20 | 3 | 0 | 20 | B9 | 19 | 39 |
| Octal | 165 | 250 | 255 | 40 | 3 | 0 | 40 | 271 | 31 | 71 |
| Binary | 1110101 | 10101000 | 10101101 | 100000 | 11 | 0 | 100000 | 10111001 | 11001 | 111001 |
Color Harmonies of #75A8AD
Complementary color
Monochromatic Colors of #75A8AD
Black with #75A8AD
Text Example
Text Example
White with #75A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8AD; }
p { color: rgb(117,168,173); }
H1.HeaderClassName
{
color: #75A8AD;
}
.AnyTagClassName
{
color: #75A8AD;
}
</style>
background-color css
<style>
a { background-color: #75A8AD; }
a { background-color: rgb(117,168,173); }
div.DivClassName
{
background-color: #75A8AD;
}
.BgClassName
{
background-color: #75A8AD;
}
</style>
border-color css
<style>
span { border-color: #75A8AD; }
span { border-color: rgb(117,168,173); }
td.TdClassName
{
border-color: #75A8AD;
}
.TagClassName
{
border-color: #75A8AD;
}
</style>