Shades of Neptune #72A1AA
Tints of Neptune #72A1AA
RGB
CMYK
RGB Variations
Color information
#72A1AA (or 0x72A1AA) is known color: Neptune. HEX triplet: 72, A1 and AA. RGB value is (114,161,170). Sum of RGB (Red+Green+Blue) = 114+161+170=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #72A1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A1AA is #8D5E55. Grayscale: #939393. Windows color (decimal): -9264726 or 11182450. OLE color: 11182450.
HSL color Cylindrical-coordinate representation of color #72A1AA: hue angle of 189.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A1AA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 161 | 170 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.33 |
| HSL | 189.64º | 0.25% | 0.56% | - |
| HSV(B) | 189.64º | 0.33% | 0.67% | - |
| XYZ | 26.94 | 31.97 | 42.78 | - |
| YUV | 147.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 170 | 0.33 | 0.05 | 0 | 0.33 | 189.64 | 0.25 | 0.56 |
| Hex | 72 | A1 | AA | 21 | 5 | 0 | 21 | BE | 19 | 38 |
| Octal | 162 | 241 | 252 | 41 | 5 | 0 | 41 | 276 | 31 | 70 |
| Binary | 1110010 | 10100001 | 10101010 | 100001 | 101 | 0 | 100001 | 10111110 | 11001 | 111000 |
Color Harmonies of #72A1AA
Complementary color
Monochromatic Colors of #72A1AA
Black with #72A1AA
Text Example
Text Example
White with #72A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A1AA; }
p { color: rgb(114,161,170); }
H1.HeaderClassName
{
color: #72A1AA;
}
.AnyTagClassName
{
color: #72A1AA;
}
</style>
background-color css
<style>
a { background-color: #72A1AA; }
a { background-color: rgb(114,161,170); }
div.DivClassName
{
background-color: #72A1AA;
}
.BgClassName
{
background-color: #72A1AA;
}
</style>
border-color css
<style>
span { border-color: #72A1AA; }
span { border-color: rgb(114,161,170); }
td.TdClassName
{
border-color: #72A1AA;
}
.TagClassName
{
border-color: #72A1AA;
}
</style>