Shades of Neptune #71A2A0
Tints of Neptune #71A2A0
RGB
CMYK
RGB Variations
Color information
#71A2A0 (or 0x71A2A0) is known color: Neptune. HEX triplet: 71, A2 and A0. RGB value is (113,162,160). Sum of RGB (Red+Green+Blue) = 113+162+160=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #71A2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A2A0 is #8E5D5F. Grayscale: #939393. Windows color (decimal): -9330016 or 10527345. OLE color: 10527345.
HSL color Cylindrical-coordinate representation of color #71A2A0: hue angle of 177.55º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A2A0 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 160 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.36 |
| HSL | 177.55º | 0.21% | 0.54% | - |
| HSV(B) | 177.55º | 0.3% | 0.64% | - |
| XYZ | 26.08 | 31.89 | 38.04 | - |
| YUV | 147.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 160 | 0.30 | 0 | 0.01 | 0.36 | 177.55 | 0.21 | 0.54 |
| Hex | 71 | A2 | A0 | 1E | 0 | 1 | 24 | B2 | 15 | 36 |
| Octal | 161 | 242 | 240 | 36 | 0 | 1 | 44 | 262 | 25 | 66 |
| Binary | 1110001 | 10100010 | 10100000 | 11110 | 0 | 1 | 100100 | 10110010 | 10101 | 110110 |
Color Harmonies of #71A2A0
Complementary color
Monochromatic Colors of #71A2A0
Black with #71A2A0
Text Example
Text Example
White with #71A2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A2A0; }
p { color: rgb(113,162,160); }
H1.HeaderClassName
{
color: #71A2A0;
}
.AnyTagClassName
{
color: #71A2A0;
}
</style>
background-color css
<style>
a { background-color: #71A2A0; }
a { background-color: rgb(113,162,160); }
div.DivClassName
{
background-color: #71A2A0;
}
.BgClassName
{
background-color: #71A2A0;
}
</style>
border-color css
<style>
span { border-color: #71A2A0; }
span { border-color: rgb(113,162,160); }
td.TdClassName
{
border-color: #71A2A0;
}
.TagClassName
{
border-color: #71A2A0;
}
</style>