Shades of Neptune #71A5AB
Tints of Neptune #71A5AB
RGB
CMYK
RGB Variations
Color information
#71A5AB (or 0x71A5AB) is known color: Neptune. HEX triplet: 71, A5 and AB. RGB value is (113,165,171). Sum of RGB (Red+Green+Blue) = 113+165+171=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 165 (64.84% from 255 or 36.75% 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 #71A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A5AB is #8E5A54. Grayscale: #969696. Windows color (decimal): -9329237 or 11249009. OLE color: 11249009.
HSL color Cylindrical-coordinate representation of color #71A5AB: hue angle of 186.21º 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 #71A5AB is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 165 | 171 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.33 |
| HSL | 186.21º | 0.26% | 0.56% | - |
| HSV(B) | 186.21º | 0.34% | 0.67% | - |
| XYZ | 27.62 | 33.36 | 43.51 | - |
| YUV | 150.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 165 | 171 | 0.34 | 0.04 | 0 | 0.33 | 186.21 | 0.26 | 0.56 |
| Hex | 71 | A5 | AB | 22 | 4 | 0 | 21 | BA | 1A | 38 |
| Octal | 161 | 245 | 253 | 42 | 4 | 0 | 41 | 272 | 32 | 70 |
| Binary | 1110001 | 10100101 | 10101011 | 100010 | 100 | 0 | 100001 | 10111010 | 11010 | 111000 |
Color Harmonies of #71A5AB
Complementary color
Monochromatic Colors of #71A5AB
Black with #71A5AB
Text Example
Text Example
White with #71A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A5AB; }
p { color: rgb(113,165,171); }
H1.HeaderClassName
{
color: #71A5AB;
}
.AnyTagClassName
{
color: #71A5AB;
}
</style>
background-color css
<style>
a { background-color: #71A5AB; }
a { background-color: rgb(113,165,171); }
div.DivClassName
{
background-color: #71A5AB;
}
.BgClassName
{
background-color: #71A5AB;
}
</style>
border-color css
<style>
span { border-color: #71A5AB; }
span { border-color: rgb(113,165,171); }
td.TdClassName
{
border-color: #71A5AB;
}
.TagClassName
{
border-color: #71A5AB;
}
</style>