Shades of Neptune #75A9AB
Tints of Neptune #75A9AB
RGB
CMYK
RGB Variations
Color information
#75A9AB (or 0x75A9AB) is known color: Neptune. HEX triplet: 75, A9 and AB. RGB value is (117,169,171). Sum of RGB (Red+Green+Blue) = 117+169+171=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #75A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A9AB is #8A5654. Grayscale: #999999. Windows color (decimal): -9066069 or 11250037. OLE color: 11250037.
HSL color Cylindrical-coordinate representation of color #75A9AB: hue angle of 182.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A9AB is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 169 | 171 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.33 |
| HSL | 182.22º | 0.24% | 0.56% | - |
| HSV(B) | 182.22º | 0.32% | 0.67% | - |
| XYZ | 28.87 | 35.1 | 43.78 | - |
| YUV | 153.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 171 | 0.32 | 0.01 | 0 | 0.33 | 182.22 | 0.24 | 0.56 |
| Hex | 75 | A9 | AB | 20 | 1 | 0 | 21 | B6 | 18 | 38 |
| Octal | 165 | 251 | 253 | 40 | 1 | 0 | 41 | 266 | 30 | 70 |
| Binary | 1110101 | 10101001 | 10101011 | 100000 | 1 | 0 | 100001 | 10110110 | 11000 | 111000 |
Color Harmonies of #75A9AB
Complementary color
Monochromatic Colors of #75A9AB
Black with #75A9AB
Text Example
Text Example
White with #75A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A9AB; }
p { color: rgb(117,169,171); }
H1.HeaderClassName
{
color: #75A9AB;
}
.AnyTagClassName
{
color: #75A9AB;
}
</style>
background-color css
<style>
a { background-color: #75A9AB; }
a { background-color: rgb(117,169,171); }
div.DivClassName
{
background-color: #75A9AB;
}
.BgClassName
{
background-color: #75A9AB;
}
</style>
border-color css
<style>
span { border-color: #75A9AB; }
span { border-color: rgb(117,169,171); }
td.TdClassName
{
border-color: #75A9AB;
}
.TagClassName
{
border-color: #75A9AB;
}
</style>