Shades of Neptune #71A0AC
Tints of Neptune #71A0AC
RGB
CMYK
RGB Variations
Color information
#71A0AC (or 0x71A0AC) is known color: Neptune. HEX triplet: 71, A0 and AC. RGB value is (113,160,172). Sum of RGB (Red+Green+Blue) = 113+160+172=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #71A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A0AC is #8E5F53. Grayscale: #939393. Windows color (decimal): -9330516 or 11313265. OLE color: 11313265.
HSL color Cylindrical-coordinate representation of color #71A0AC: hue angle of 192.2º 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 #71A0AC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 160 | 172 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.33 |
| HSL | 192.2º | 0.26% | 0.56% | - |
| HSV(B) | 192.2º | 0.34% | 0.67% | - |
| XYZ | 26.83 | 31.63 | 43.72 | - |
| YUV | 147.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 172 | 0.34 | 0.07 | 0 | 0.33 | 192.2 | 0.26 | 0.56 |
| Hex | 71 | A0 | AC | 22 | 7 | 0 | 21 | C0 | 1A | 38 |
| Octal | 161 | 240 | 254 | 42 | 7 | 0 | 41 | 300 | 32 | 70 |
| Binary | 1110001 | 10100000 | 10101100 | 100010 | 111 | 0 | 100001 | 11000000 | 11010 | 111000 |
Color Harmonies of #71A0AC
Complementary color
Monochromatic Colors of #71A0AC
Black with #71A0AC
Text Example
Text Example
White with #71A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A0AC; }
p { color: rgb(113,160,172); }
H1.HeaderClassName
{
color: #71A0AC;
}
.AnyTagClassName
{
color: #71A0AC;
}
</style>
background-color css
<style>
a { background-color: #71A0AC; }
a { background-color: rgb(113,160,172); }
div.DivClassName
{
background-color: #71A0AC;
}
.BgClassName
{
background-color: #71A0AC;
}
</style>
border-color css
<style>
span { border-color: #71A0AC; }
span { border-color: rgb(113,160,172); }
td.TdClassName
{
border-color: #71A0AC;
}
.TagClassName
{
border-color: #71A0AC;
}
</style>