Shades of Neptune #71A3A1
Tints of Neptune #71A3A1
RGB
CMYK
RGB Variations
Color information
#71A3A1 (or 0x71A3A1) is known color: Neptune. HEX triplet: 71, A3 and A1. RGB value is (113,163,161). Sum of RGB (Red+Green+Blue) = 113+163+161=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #71A3A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A3A1 is #8E5C5E. Grayscale: #939393. Windows color (decimal): -9329759 or 10593137. OLE color: 10593137.
HSL color Cylindrical-coordinate representation of color #71A3A1: hue angle of 177.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A3A1 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 163 | 161 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.36 |
| HSL | 177.6º | 0.21% | 0.54% | - |
| HSV(B) | 177.6º | 0.31% | 0.64% | - |
| XYZ | 26.34 | 32.28 | 38.56 | - |
| YUV | 147.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 163 | 161 | 0.31 | 0 | 0.01 | 0.36 | 177.6 | 0.21 | 0.54 |
| Hex | 71 | A3 | A1 | 1F | 0 | 1 | 24 | B2 | 15 | 36 |
| Octal | 161 | 243 | 241 | 37 | 0 | 1 | 44 | 262 | 25 | 66 |
| Binary | 1110001 | 10100011 | 10100001 | 11111 | 0 | 1 | 100100 | 10110010 | 10101 | 110110 |
Color Harmonies of #71A3A1
Complementary color
Monochromatic Colors of #71A3A1
Black with #71A3A1
Text Example
Text Example
White with #71A3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A3A1; }
p { color: rgb(113,163,161); }
H1.HeaderClassName
{
color: #71A3A1;
}
.AnyTagClassName
{
color: #71A3A1;
}
</style>
background-color css
<style>
a { background-color: #71A3A1; }
a { background-color: rgb(113,163,161); }
div.DivClassName
{
background-color: #71A3A1;
}
.BgClassName
{
background-color: #71A3A1;
}
</style>
border-color css
<style>
span { border-color: #71A3A1; }
span { border-color: rgb(113,163,161); }
td.TdClassName
{
border-color: #71A3A1;
}
.TagClassName
{
border-color: #71A3A1;
}
</style>