Shades of Neptune #72A9B4
Tints of Neptune #72A9B4
RGB
CMYK
RGB Variations
Color information
#72A9B4 (or 0x72A9B4) is known color: Neptune. HEX triplet: 72, A9 and B4. RGB value is (114,169,180). Sum of RGB (Red+Green+Blue) = 114+169+180=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #72A9B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A9B4 is #8D564B. Grayscale: #999999. Windows color (decimal): -9262668 or 11839858. OLE color: 11839858.
HSL color Cylindrical-coordinate representation of color #72A9B4: hue angle of 190º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72A9B4 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 169 | 180 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.29 |
| HSL | 190º | 0.31% | 0.58% | - |
| HSV(B) | 190º | 0.37% | 0.71% | - |
| XYZ | 29.37 | 35.25 | 48.44 | - |
| YUV | 153.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 169 | 180 | 0.37 | 0.06 | 0 | 0.29 | 190 | 0.31 | 0.58 |
| Hex | 72 | A9 | B4 | 25 | 6 | 0 | 1D | BE | 1F | 3A |
| Octal | 162 | 251 | 264 | 45 | 6 | 0 | 35 | 276 | 37 | 72 |
| Binary | 1110010 | 10101001 | 10110100 | 100101 | 110 | 0 | 11101 | 10111110 | 11111 | 111010 |
Color Harmonies of #72A9B4
Complementary color
Monochromatic Colors of #72A9B4
Black with #72A9B4
Text Example
Text Example
White with #72A9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A9B4; }
p { color: rgb(114,169,180); }
H1.HeaderClassName
{
color: #72A9B4;
}
.AnyTagClassName
{
color: #72A9B4;
}
</style>
background-color css
<style>
a { background-color: #72A9B4; }
a { background-color: rgb(114,169,180); }
div.DivClassName
{
background-color: #72A9B4;
}
.BgClassName
{
background-color: #72A9B4;
}
</style>
border-color css
<style>
span { border-color: #72A9B4; }
span { border-color: rgb(114,169,180); }
td.TdClassName
{
border-color: #72A9B4;
}
.TagClassName
{
border-color: #72A9B4;
}
</style>