Shades of Neptune #7AACB2
Tints of Neptune #7AACB2
RGB
CMYK
RGB Variations
Color information
#7AACB2 (or 0x7AACB2) is known color: Neptune. HEX triplet: 7A, AC and B2. RGB value is (122,172,178). Sum of RGB (Red+Green+Blue) = 122+172+178=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #7AACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AACB2 is #85534D. Grayscale: #9D9D9D. Windows color (decimal): -8737614 or 11709562. OLE color: 11709562.
HSL color Cylindrical-coordinate representation of color #7AACB2: hue angle of 186.43º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AACB2 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 172 | 178 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.30 |
| HSL | 186.43º | 0.27% | 0.59% | - |
| HSV(B) | 186.43º | 0.31% | 0.7% | - |
| XYZ | 30.81 | 36.86 | 47.61 | - |
| YUV | 157.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 178 | 0.31 | 0.03 | 0 | 0.30 | 186.43 | 0.27 | 0.59 |
| Hex | 7A | AC | B2 | 1F | 3 | 0 | 1E | BA | 1B | 3B |
| Octal | 172 | 254 | 262 | 37 | 3 | 0 | 36 | 272 | 33 | 73 |
| Binary | 1111010 | 10101100 | 10110010 | 11111 | 11 | 0 | 11110 | 10111010 | 11011 | 111011 |
Color Harmonies of #7AACB2
Complementary color
Monochromatic Colors of #7AACB2
Black with #7AACB2
Text Example
Text Example
White with #7AACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACB2; }
p { color: rgb(122,172,178); }
H1.HeaderClassName
{
color: #7AACB2;
}
.AnyTagClassName
{
color: #7AACB2;
}
</style>
background-color css
<style>
a { background-color: #7AACB2; }
a { background-color: rgb(122,172,178); }
div.DivClassName
{
background-color: #7AACB2;
}
.BgClassName
{
background-color: #7AACB2;
}
</style>
border-color css
<style>
span { border-color: #7AACB2; }
span { border-color: rgb(122,172,178); }
td.TdClassName
{
border-color: #7AACB2;
}
.TagClassName
{
border-color: #7AACB2;
}
</style>