Shades of Neptune #72A4A3
Tints of Neptune #72A4A3
RGB
CMYK
RGB Variations
Color information
#72A4A3 (or 0x72A4A3) is known color: Neptune. HEX triplet: 72, A4 and A3. RGB value is (114,164,163). Sum of RGB (Red+Green+Blue) = 114+164+163=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #72A4A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A4A3 is #8D5B5C. Grayscale: #949494. Windows color (decimal): -9263965 or 10724466. OLE color: 10724466.
HSL color Cylindrical-coordinate representation of color #72A4A3: hue angle of 178.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A4A3 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 163 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.36 |
| HSL | 178.8º | 0.22% | 0.55% | - |
| HSV(B) | 178.8º | 0.3% | 0.64% | - |
| XYZ | 26.83 | 32.77 | 39.56 | - |
| YUV | 148.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 163 | 0.30 | 0 | 0.01 | 0.36 | 178.8 | 0.22 | 0.55 |
| Hex | 72 | A4 | A3 | 1E | 0 | 1 | 24 | B3 | 16 | 37 |
| Octal | 162 | 244 | 243 | 36 | 0 | 1 | 44 | 263 | 26 | 67 |
| Binary | 1110010 | 10100100 | 10100011 | 11110 | 0 | 1 | 100100 | 10110011 | 10110 | 110111 |
Color Harmonies of #72A4A3
Complementary color
Monochromatic Colors of #72A4A3
Black with #72A4A3
Text Example
Text Example
White with #72A4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A4A3; }
p { color: rgb(114,164,163); }
H1.HeaderClassName
{
color: #72A4A3;
}
.AnyTagClassName
{
color: #72A4A3;
}
</style>
background-color css
<style>
a { background-color: #72A4A3; }
a { background-color: rgb(114,164,163); }
div.DivClassName
{
background-color: #72A4A3;
}
.BgClassName
{
background-color: #72A4A3;
}
</style>
border-color css
<style>
span { border-color: #72A4A3; }
span { border-color: rgb(114,164,163); }
td.TdClassName
{
border-color: #72A4A3;
}
.TagClassName
{
border-color: #72A4A3;
}
</style>