Shades of Neptune #71A9A8
Tints of Neptune #71A9A8
RGB
CMYK
RGB Variations
Color information
#71A9A8 (or 0x71A9A8) is known color: Neptune. HEX triplet: 71, A9 and A8. RGB value is (113,169,168). Sum of RGB (Red+Green+Blue) = 113+169+168=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 169 - color contains mainly: green. Hex color #71A9A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A9A8 is #8E5657. Grayscale: #989898. Windows color (decimal): -9328216 or 11053425. OLE color: 11053425.
HSL color Cylindrical-coordinate representation of color #71A9A8: hue angle of 178.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71A9A8 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 169 | 168 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.34 |
| HSL | 178.93º | 0.25% | 0.55% | - |
| HSV(B) | 178.93º | 0.33% | 0.66% | - |
| XYZ | 28.07 | 34.71 | 42.27 | - |
| YUV | 152.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 169 | 168 | 0.33 | 0 | 0.01 | 0.34 | 178.93 | 0.25 | 0.55 |
| Hex | 71 | A9 | A8 | 21 | 0 | 1 | 22 | B3 | 19 | 37 |
| Octal | 161 | 251 | 250 | 41 | 0 | 1 | 42 | 263 | 31 | 67 |
| Binary | 1110001 | 10101001 | 10101000 | 100001 | 0 | 1 | 100010 | 10110011 | 11001 | 110111 |
Color Harmonies of #71A9A8
Complementary color
Monochromatic Colors of #71A9A8
Black with #71A9A8
Text Example
Text Example
White with #71A9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A9A8; }
p { color: rgb(113,169,168); }
H1.HeaderClassName
{
color: #71A9A8;
}
.AnyTagClassName
{
color: #71A9A8;
}
</style>
background-color css
<style>
a { background-color: #71A9A8; }
a { background-color: rgb(113,169,168); }
div.DivClassName
{
background-color: #71A9A8;
}
.BgClassName
{
background-color: #71A9A8;
}
</style>
border-color css
<style>
span { border-color: #71A9A8; }
span { border-color: rgb(113,169,168); }
td.TdClassName
{
border-color: #71A9A8;
}
.TagClassName
{
border-color: #71A9A8;
}
</style>