Shades of Neptune #75A1AB
Tints of Neptune #75A1AB
RGB
CMYK
RGB Variations
Color information
#75A1AB (or 0x75A1AB) is known color: Neptune. HEX triplet: 75, A1 and AB. RGB value is (117,161,171). Sum of RGB (Red+Green+Blue) = 117+161+171=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #75A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A1AB is #8A5E54. Grayscale: #949494. Windows color (decimal): -9068117 or 11247989. OLE color: 11247989.
HSL color Cylindrical-coordinate representation of color #75A1AB: hue angle of 191.11º 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 #75A1AB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 161 | 171 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.33 |
| HSL | 191.11º | 0.24% | 0.56% | - |
| HSV(B) | 191.11º | 0.32% | 0.67% | - |
| XYZ | 27.43 | 32.21 | 43.3 | - |
| YUV | 148.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 171 | 0.32 | 0.06 | 0 | 0.33 | 191.11 | 0.24 | 0.56 |
| Hex | 75 | A1 | AB | 20 | 6 | 0 | 21 | BF | 18 | 38 |
| Octal | 165 | 241 | 253 | 40 | 6 | 0 | 41 | 277 | 30 | 70 |
| Binary | 1110101 | 10100001 | 10101011 | 100000 | 110 | 0 | 100001 | 10111111 | 11000 | 111000 |
Color Harmonies of #75A1AB
Complementary color
Monochromatic Colors of #75A1AB
Black with #75A1AB
Text Example
Text Example
White with #75A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A1AB; }
p { color: rgb(117,161,171); }
H1.HeaderClassName
{
color: #75A1AB;
}
.AnyTagClassName
{
color: #75A1AB;
}
</style>
background-color css
<style>
a { background-color: #75A1AB; }
a { background-color: rgb(117,161,171); }
div.DivClassName
{
background-color: #75A1AB;
}
.BgClassName
{
background-color: #75A1AB;
}
</style>
border-color css
<style>
span { border-color: #75A1AB; }
span { border-color: rgb(117,161,171); }
td.TdClassName
{
border-color: #75A1AB;
}
.TagClassName
{
border-color: #75A1AB;
}
</style>