Shades of Neptune #71A0AB
Tints of Neptune #71A0AB
RGB
CMYK
RGB Variations
Color information
#71A0AB (or 0x71A0AB) is known color: Neptune. HEX triplet: 71, A0 and AB. RGB value is (113,160,171). Sum of RGB (Red+Green+Blue) = 113+160+171=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #71A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A0AB is #8E5F54. Grayscale: #939393. Windows color (decimal): -9330517 or 11247729. OLE color: 11247729.
HSL color Cylindrical-coordinate representation of color #71A0AB: hue angle of 191.38º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71A0AB is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 160 | 171 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.33 |
| HSL | 191.38º | 0.26% | 0.56% | - |
| HSV(B) | 191.38º | 0.34% | 0.67% | - |
| XYZ | 26.73 | 31.59 | 43.22 | - |
| YUV | 147.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 171 | 0.34 | 0.06 | 0 | 0.33 | 191.38 | 0.26 | 0.56 |
| Hex | 71 | A0 | AB | 22 | 6 | 0 | 21 | BF | 1A | 38 |
| Octal | 161 | 240 | 253 | 42 | 6 | 0 | 41 | 277 | 32 | 70 |
| Binary | 1110001 | 10100000 | 10101011 | 100010 | 110 | 0 | 100001 | 10111111 | 11010 | 111000 |
Color Harmonies of #71A0AB
Complementary color
Monochromatic Colors of #71A0AB
Black with #71A0AB
Text Example
Text Example
White with #71A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A0AB; }
p { color: rgb(113,160,171); }
H1.HeaderClassName
{
color: #71A0AB;
}
.AnyTagClassName
{
color: #71A0AB;
}
</style>
background-color css
<style>
a { background-color: #71A0AB; }
a { background-color: rgb(113,160,171); }
div.DivClassName
{
background-color: #71A0AB;
}
.BgClassName
{
background-color: #71A0AB;
}
</style>
border-color css
<style>
span { border-color: #71A0AB; }
span { border-color: rgb(113,160,171); }
td.TdClassName
{
border-color: #71A0AB;
}
.TagClassName
{
border-color: #71A0AB;
}
</style>