Shades of Neptune #7AABB3
Tints of Neptune #7AABB3
RGB
CMYK
RGB Variations
Color information
#7AABB3 (or 0x7AABB3) is known color: Neptune. HEX triplet: 7A, AB and B3. RGB value is (122,171,179). Sum of RGB (Red+Green+Blue) = 122+171+179=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #7AABB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABB3 is #85544C. Grayscale: #9D9D9D. Windows color (decimal): -8737869 or 11774842. OLE color: 11774842.
HSL color Cylindrical-coordinate representation of color #7AABB3: hue angle of 188.42º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AABB3 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 171 | 179 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.30 |
| HSL | 188.42º | 0.27% | 0.59% | - |
| HSV(B) | 188.42º | 0.32% | 0.7% | - |
| XYZ | 30.73 | 36.52 | 48.08 | - |
| YUV | 157.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 179 | 0.32 | 0.04 | 0 | 0.30 | 188.42 | 0.27 | 0.59 |
| Hex | 7A | AB | B3 | 20 | 4 | 0 | 1E | BC | 1B | 3B |
| Octal | 172 | 253 | 263 | 40 | 4 | 0 | 36 | 274 | 33 | 73 |
| Binary | 1111010 | 10101011 | 10110011 | 100000 | 100 | 0 | 11110 | 10111100 | 11011 | 111011 |
Color Harmonies of #7AABB3
Complementary color
Monochromatic Colors of #7AABB3
Black with #7AABB3
Text Example
Text Example
White with #7AABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABB3; }
p { color: rgb(122,171,179); }
H1.HeaderClassName
{
color: #7AABB3;
}
.AnyTagClassName
{
color: #7AABB3;
}
</style>
background-color css
<style>
a { background-color: #7AABB3; }
a { background-color: rgb(122,171,179); }
div.DivClassName
{
background-color: #7AABB3;
}
.BgClassName
{
background-color: #7AABB3;
}
</style>
border-color css
<style>
span { border-color: #7AABB3; }
span { border-color: rgb(122,171,179); }
td.TdClassName
{
border-color: #7AABB3;
}
.TagClassName
{
border-color: #7AABB3;
}
</style>