Shades of Neptune #71A2AC
Tints of Neptune #71A2AC
RGB
CMYK
RGB Variations
Color information
#71A2AC (or 0x71A2AC) is known color: Neptune. HEX triplet: 71, A2 and AC. RGB value is (113,162,172). Sum of RGB (Red+Green+Blue) = 113+162+172=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #71A2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A2AC is #8E5D53. Grayscale: #949494. Windows color (decimal): -9330004 or 11313777. OLE color: 11313777.
HSL color Cylindrical-coordinate representation of color #71A2AC: hue angle of 190.17º 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 #71A2AC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 162 | 172 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.33 |
| HSL | 190.17º | 0.26% | 0.56% | - |
| HSV(B) | 190.17º | 0.34% | 0.67% | - |
| XYZ | 27.18 | 32.33 | 43.84 | - |
| YUV | 148.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 172 | 0.34 | 0.06 | 0 | 0.33 | 190.17 | 0.26 | 0.56 |
| Hex | 71 | A2 | AC | 22 | 6 | 0 | 21 | BE | 1A | 38 |
| Octal | 161 | 242 | 254 | 42 | 6 | 0 | 41 | 276 | 32 | 70 |
| Binary | 1110001 | 10100010 | 10101100 | 100010 | 110 | 0 | 100001 | 10111110 | 11010 | 111000 |
Color Harmonies of #71A2AC
Complementary color
Monochromatic Colors of #71A2AC
Black with #71A2AC
Text Example
Text Example
White with #71A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A2AC; }
p { color: rgb(113,162,172); }
H1.HeaderClassName
{
color: #71A2AC;
}
.AnyTagClassName
{
color: #71A2AC;
}
</style>
background-color css
<style>
a { background-color: #71A2AC; }
a { background-color: rgb(113,162,172); }
div.DivClassName
{
background-color: #71A2AC;
}
.BgClassName
{
background-color: #71A2AC;
}
</style>
border-color css
<style>
span { border-color: #71A2AC; }
span { border-color: rgb(113,162,172); }
td.TdClassName
{
border-color: #71A2AC;
}
.TagClassName
{
border-color: #71A2AC;
}
</style>