Shades of Neptune #75A9AD
Tints of Neptune #75A9AD
RGB
CMYK
RGB Variations
Color information
#75A9AD (or 0x75A9AD) is known color: Neptune. HEX triplet: 75, A9 and AD. RGB value is (117,169,173). Sum of RGB (Red+Green+Blue) = 117+169+173=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #75A9AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A9AD is #8A5652. Grayscale: #999999. Windows color (decimal): -9066067 or 11381109. OLE color: 11381109.
HSL color Cylindrical-coordinate representation of color #75A9AD: hue angle of 184.29º 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 #75A9AD is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 169 | 173 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.32 |
| HSL | 184.29º | 0.25% | 0.57% | - |
| HSV(B) | 184.29º | 0.32% | 0.68% | - |
| XYZ | 29.07 | 35.17 | 44.79 | - |
| YUV | 153.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 173 | 0.32 | 0.02 | 0 | 0.32 | 184.29 | 0.25 | 0.57 |
| Hex | 75 | A9 | AD | 20 | 2 | 0 | 20 | B8 | 19 | 39 |
| Octal | 165 | 251 | 255 | 40 | 2 | 0 | 40 | 270 | 31 | 71 |
| Binary | 1110101 | 10101001 | 10101101 | 100000 | 10 | 0 | 100000 | 10111000 | 11001 | 111001 |
Color Harmonies of #75A9AD
Complementary color
Monochromatic Colors of #75A9AD
Black with #75A9AD
Text Example
Text Example
White with #75A9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A9AD; }
p { color: rgb(117,169,173); }
H1.HeaderClassName
{
color: #75A9AD;
}
.AnyTagClassName
{
color: #75A9AD;
}
</style>
background-color css
<style>
a { background-color: #75A9AD; }
a { background-color: rgb(117,169,173); }
div.DivClassName
{
background-color: #75A9AD;
}
.BgClassName
{
background-color: #75A9AD;
}
</style>
border-color css
<style>
span { border-color: #75A9AD; }
span { border-color: rgb(117,169,173); }
td.TdClassName
{
border-color: #75A9AD;
}
.TagClassName
{
border-color: #75A9AD;
}
</style>