Shades of Neptune #72A1A5
Tints of Neptune #72A1A5
RGB
CMYK
RGB Variations
Color information
#72A1A5 (or 0x72A1A5) is known color: Neptune. HEX triplet: 72, A1 and A5. RGB value is (114,161,165). Sum of RGB (Red+Green+Blue) = 114+161+165=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 165 - color contains mainly: blue. Hex color #72A1A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A1A5 is #8D5E5A. Grayscale: #939393. Windows color (decimal): -9264731 or 10854770. OLE color: 10854770.
HSL color Cylindrical-coordinate representation of color #72A1A5: hue angle of 184.71º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A1A5 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 161 | 165 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.35 |
| HSL | 184.71º | 0.22% | 0.55% | - |
| HSV(B) | 184.71º | 0.31% | 0.65% | - |
| XYZ | 26.48 | 31.78 | 40.34 | - |
| YUV | 147.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 165 | 0.31 | 0.02 | 0 | 0.35 | 184.71 | 0.22 | 0.55 |
| Hex | 72 | A1 | A5 | 1F | 2 | 0 | 23 | B9 | 16 | 37 |
| Octal | 162 | 241 | 245 | 37 | 2 | 0 | 43 | 271 | 26 | 67 |
| Binary | 1110010 | 10100001 | 10100101 | 11111 | 10 | 0 | 100011 | 10111001 | 10110 | 110111 |
Color Harmonies of #72A1A5
Complementary color
Monochromatic Colors of #72A1A5
Black with #72A1A5
Text Example
Text Example
White with #72A1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A1A5; }
p { color: rgb(114,161,165); }
H1.HeaderClassName
{
color: #72A1A5;
}
.AnyTagClassName
{
color: #72A1A5;
}
</style>
background-color css
<style>
a { background-color: #72A1A5; }
a { background-color: rgb(114,161,165); }
div.DivClassName
{
background-color: #72A1A5;
}
.BgClassName
{
background-color: #72A1A5;
}
</style>
border-color css
<style>
span { border-color: #72A1A5; }
span { border-color: rgb(114,161,165); }
td.TdClassName
{
border-color: #72A1A5;
}
.TagClassName
{
border-color: #72A1A5;
}
</style>