Shades of Neptune #75A6AB
Tints of Neptune #75A6AB
RGB
CMYK
RGB Variations
Color information
#75A6AB (or 0x75A6AB) is known color: Neptune. HEX triplet: 75, A6 and AB. RGB value is (117,166,171). Sum of RGB (Red+Green+Blue) = 117+166+171=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #75A6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A6AB is #8A5954. Grayscale: #979797. Windows color (decimal): -9066837 or 11249269. OLE color: 11249269.
HSL color Cylindrical-coordinate representation of color #75A6AB: hue angle of 185.56º 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 #75A6AB is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 166 | 171 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.33 |
| HSL | 185.56º | 0.24% | 0.56% | - |
| HSV(B) | 185.56º | 0.32% | 0.67% | - |
| XYZ | 28.32 | 33.99 | 43.6 | - |
| YUV | 151.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 171 | 0.32 | 0.03 | 0 | 0.33 | 185.56 | 0.24 | 0.56 |
| Hex | 75 | A6 | AB | 20 | 3 | 0 | 21 | BA | 18 | 38 |
| Octal | 165 | 246 | 253 | 40 | 3 | 0 | 41 | 272 | 30 | 70 |
| Binary | 1110101 | 10100110 | 10101011 | 100000 | 11 | 0 | 100001 | 10111010 | 11000 | 111000 |
Color Harmonies of #75A6AB
Complementary color
Monochromatic Colors of #75A6AB
Black with #75A6AB
Text Example
Text Example
White with #75A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A6AB; }
p { color: rgb(117,166,171); }
H1.HeaderClassName
{
color: #75A6AB;
}
.AnyTagClassName
{
color: #75A6AB;
}
</style>
background-color css
<style>
a { background-color: #75A6AB; }
a { background-color: rgb(117,166,171); }
div.DivClassName
{
background-color: #75A6AB;
}
.BgClassName
{
background-color: #75A6AB;
}
</style>
border-color css
<style>
span { border-color: #75A6AB; }
span { border-color: rgb(117,166,171); }
td.TdClassName
{
border-color: #75A6AB;
}
.TagClassName
{
border-color: #75A6AB;
}
</style>