Shades of Neptune #75A2AD
Tints of Neptune #75A2AD
RGB
CMYK
RGB Variations
Color information
#75A2AD (or 0x75A2AD) is known color: Neptune. HEX triplet: 75, A2 and AD. RGB value is (117,162,173). Sum of RGB (Red+Green+Blue) = 117+162+173=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #75A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A2AD is #8A5D52. Grayscale: #959595. Windows color (decimal): -9067859 or 11379317. OLE color: 11379317.
HSL color Cylindrical-coordinate representation of color #75A2AD: hue angle of 191.79º 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 #75A2AD is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 162 | 173 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.32 |
| HSL | 191.79º | 0.25% | 0.57% | - |
| HSV(B) | 191.79º | 0.32% | 0.68% | - |
| XYZ | 27.8 | 32.64 | 44.37 | - |
| YUV | 149.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 162 | 173 | 0.32 | 0.06 | 0 | 0.32 | 191.79 | 0.25 | 0.57 |
| Hex | 75 | A2 | AD | 20 | 6 | 0 | 20 | C0 | 19 | 39 |
| Octal | 165 | 242 | 255 | 40 | 6 | 0 | 40 | 300 | 31 | 71 |
| Binary | 1110101 | 10100010 | 10101101 | 100000 | 110 | 0 | 100000 | 11000000 | 11001 | 111001 |
Color Harmonies of #75A2AD
Complementary color
Monochromatic Colors of #75A2AD
Black with #75A2AD
Text Example
Text Example
White with #75A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A2AD; }
p { color: rgb(117,162,173); }
H1.HeaderClassName
{
color: #75A2AD;
}
.AnyTagClassName
{
color: #75A2AD;
}
</style>
background-color css
<style>
a { background-color: #75A2AD; }
a { background-color: rgb(117,162,173); }
div.DivClassName
{
background-color: #75A2AD;
}
.BgClassName
{
background-color: #75A2AD;
}
</style>
border-color css
<style>
span { border-color: #75A2AD; }
span { border-color: rgb(117,162,173); }
td.TdClassName
{
border-color: #75A2AD;
}
.TagClassName
{
border-color: #75A2AD;
}
</style>