Shades of Neptune #71AAAC
Tints of Neptune #71AAAC
RGB
CMYK
RGB Variations
Color information
#71AAAC (or 0x71AAAC) is known color: Neptune. HEX triplet: 71, AA and AC. RGB value is (113,170,172). Sum of RGB (Red+Green+Blue) = 113+170+172=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #71AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AAAC is #8E5553. Grayscale: #999999. Windows color (decimal): -9327956 or 11315825. OLE color: 11315825.
HSL color Cylindrical-coordinate representation of color #71AAAC: hue angle of 182.03º 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 #71AAAC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 172 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.33 |
| HSL | 182.03º | 0.26% | 0.56% | - |
| HSV(B) | 182.03º | 0.34% | 0.67% | - |
| XYZ | 28.63 | 35.24 | 44.32 | - |
| YUV | 153.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 172 | 0.34 | 0.01 | 0 | 0.33 | 182.03 | 0.26 | 0.56 |
| Hex | 71 | AA | AC | 22 | 1 | 0 | 21 | B6 | 1A | 38 |
| Octal | 161 | 252 | 254 | 42 | 1 | 0 | 41 | 266 | 32 | 70 |
| Binary | 1110001 | 10101010 | 10101100 | 100010 | 1 | 0 | 100001 | 10110110 | 11010 | 111000 |
Color Harmonies of #71AAAC
Complementary color
Monochromatic Colors of #71AAAC
Black with #71AAAC
Text Example
Text Example
White with #71AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AAAC; }
p { color: rgb(113,170,172); }
H1.HeaderClassName
{
color: #71AAAC;
}
.AnyTagClassName
{
color: #71AAAC;
}
</style>
background-color css
<style>
a { background-color: #71AAAC; }
a { background-color: rgb(113,170,172); }
div.DivClassName
{
background-color: #71AAAC;
}
.BgClassName
{
background-color: #71AAAC;
}
</style>
border-color css
<style>
span { border-color: #71AAAC; }
span { border-color: rgb(113,170,172); }
td.TdClassName
{
border-color: #71AAAC;
}
.TagClassName
{
border-color: #71AAAC;
}
</style>