Shades of Neptune #7AB3B3
Tints of Neptune #7AB3B3
RGB
CMYK
RGB Variations
Color information
#7AB3B3 (or 0x7AB3B3) is known color: Neptune. HEX triplet: 7A, B3 and B3. RGB value is (122,179,179). Sum of RGB (Red+Green+Blue) = 122+179+179=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #7AB3B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB3B3 is #854C4C. Grayscale: #A1A1A1. Windows color (decimal): -8735821 or 11776890. OLE color: 11776890.
HSL color Cylindrical-coordinate representation of color #7AB3B3: hue angle of 180º 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 #7AB3B3 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 179 | - |
| CMYK | 0.32 | 0 | 0 | 0.30 |
| HSL | 180º | 0.27% | 0.59% | - |
| HSV(B) | 180º | 0.32% | 0.7% | - |
| XYZ | 32.28 | 39.63 | 48.6 | - |
| YUV | 161.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 179 | 0.32 | 0 | 0 | 0.30 | 180 | 0.27 | 0.59 |
| Hex | 7A | B3 | B3 | 20 | 0 | 0 | 1E | B4 | 1B | 3B |
| Octal | 172 | 263 | 263 | 40 | 0 | 0 | 36 | 264 | 33 | 73 |
| Binary | 1111010 | 10110011 | 10110011 | 100000 | 0 | 0 | 11110 | 10110100 | 11011 | 111011 |
Color Harmonies of #7AB3B3
Complementary color
Monochromatic Colors of #7AB3B3
Black with #7AB3B3
Text Example
Text Example
White with #7AB3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB3B3; }
p { color: rgb(122,179,179); }
H1.HeaderClassName
{
color: #7AB3B3;
}
.AnyTagClassName
{
color: #7AB3B3;
}
</style>
background-color css
<style>
a { background-color: #7AB3B3; }
a { background-color: rgb(122,179,179); }
div.DivClassName
{
background-color: #7AB3B3;
}
.BgClassName
{
background-color: #7AB3B3;
}
</style>
border-color css
<style>
span { border-color: #7AB3B3; }
span { border-color: rgb(122,179,179); }
td.TdClassName
{
border-color: #7AB3B3;
}
.TagClassName
{
border-color: #7AB3B3;
}
</style>