Shades of Neptune #71A8AF
Tints of Neptune #71A8AF
RGB
CMYK
RGB Variations
Color information
#71A8AF (or 0x71A8AF) is known color: Neptune. HEX triplet: 71, A8 and AF. RGB value is (113,168,175). Sum of RGB (Red+Green+Blue) = 113+168+175=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #71A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A8AF is #8E5750. Grayscale: #989898. Windows color (decimal): -9328465 or 11511921. OLE color: 11511921.
HSL color Cylindrical-coordinate representation of color #71A8AF: hue angle of 186.77º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71A8AF is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 168 | 175 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.31 |
| HSL | 186.77º | 0.28% | 0.56% | - |
| HSV(B) | 186.77º | 0.35% | 0.69% | - |
| XYZ | 28.55 | 34.61 | 45.73 | - |
| YUV | 152.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 175 | 0.35 | 0.04 | 0 | 0.31 | 186.77 | 0.28 | 0.56 |
| Hex | 71 | A8 | AF | 23 | 4 | 0 | 1F | BB | 1C | 38 |
| Octal | 161 | 250 | 257 | 43 | 4 | 0 | 37 | 273 | 34 | 70 |
| Binary | 1110001 | 10101000 | 10101111 | 100011 | 100 | 0 | 11111 | 10111011 | 11100 | 111000 |
Color Harmonies of #71A8AF
Complementary color
Monochromatic Colors of #71A8AF
Black with #71A8AF
Text Example
Text Example
White with #71A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8AF; }
p { color: rgb(113,168,175); }
H1.HeaderClassName
{
color: #71A8AF;
}
.AnyTagClassName
{
color: #71A8AF;
}
</style>
background-color css
<style>
a { background-color: #71A8AF; }
a { background-color: rgb(113,168,175); }
div.DivClassName
{
background-color: #71A8AF;
}
.BgClassName
{
background-color: #71A8AF;
}
</style>
border-color css
<style>
span { border-color: #71A8AF; }
span { border-color: rgb(113,168,175); }
td.TdClassName
{
border-color: #71A8AF;
}
.TagClassName
{
border-color: #71A8AF;
}
</style>