Shades of Neptune #71A8AB
Tints of Neptune #71A8AB
RGB
CMYK
RGB Variations
Color information
#71A8AB (or 0x71A8AB) is known color: Neptune. HEX triplet: 71, A8 and AB. RGB value is (113,168,171). Sum of RGB (Red+Green+Blue) = 113+168+171=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #71A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A8AB is #8E5754. Grayscale: #979797. Windows color (decimal): -9328469 or 11249777. OLE color: 11249777.
HSL color Cylindrical-coordinate representation of color #71A8AB: hue angle of 183.1º 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 #71A8AB is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 168 | 171 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.33 |
| HSL | 183.1º | 0.26% | 0.56% | - |
| HSV(B) | 183.1º | 0.34% | 0.67% | - |
| XYZ | 28.16 | 34.46 | 43.69 | - |
| YUV | 151.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 171 | 0.34 | 0.02 | 0 | 0.33 | 183.1 | 0.26 | 0.56 |
| Hex | 71 | A8 | AB | 22 | 2 | 0 | 21 | B7 | 1A | 38 |
| Octal | 161 | 250 | 253 | 42 | 2 | 0 | 41 | 267 | 32 | 70 |
| Binary | 1110001 | 10101000 | 10101011 | 100010 | 10 | 0 | 100001 | 10110111 | 11010 | 111000 |
Color Harmonies of #71A8AB
Complementary color
Monochromatic Colors of #71A8AB
Black with #71A8AB
Text Example
Text Example
White with #71A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8AB; }
p { color: rgb(113,168,171); }
H1.HeaderClassName
{
color: #71A8AB;
}
.AnyTagClassName
{
color: #71A8AB;
}
</style>
background-color css
<style>
a { background-color: #71A8AB; }
a { background-color: rgb(113,168,171); }
div.DivClassName
{
background-color: #71A8AB;
}
.BgClassName
{
background-color: #71A8AB;
}
</style>
border-color css
<style>
span { border-color: #71A8AB; }
span { border-color: rgb(113,168,171); }
td.TdClassName
{
border-color: #71A8AB;
}
.TagClassName
{
border-color: #71A8AB;
}
</style>