Shades of Neptune #76A8B3
Tints of Neptune #76A8B3
RGB
CMYK
RGB Variations
Color information
#76A8B3 (or 0x76A8B3) is known color: Neptune. HEX triplet: 76, A8 and B3. RGB value is (118,168,179). Sum of RGB (Red+Green+Blue) = 118+168+179=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #76A8B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8B3 is #89574C. Grayscale: #9A9A9A. Windows color (decimal): -9000781 or 11774070. OLE color: 11774070.
HSL color Cylindrical-coordinate representation of color #76A8B3: hue angle of 190.82º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76A8B3 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 168 | 179 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.30 |
| HSL | 190.82º | 0.29% | 0.58% | - |
| HSV(B) | 190.82º | 0.34% | 0.7% | - |
| XYZ | 29.61 | 35.11 | 47.86 | - |
| YUV | 154.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 179 | 0.34 | 0.06 | 0 | 0.30 | 190.82 | 0.29 | 0.58 |
| Hex | 76 | A8 | B3 | 22 | 6 | 0 | 1E | BF | 1D | 3A |
| Octal | 166 | 250 | 263 | 42 | 6 | 0 | 36 | 277 | 35 | 72 |
| Binary | 1110110 | 10101000 | 10110011 | 100010 | 110 | 0 | 11110 | 10111111 | 11101 | 111010 |
Color Harmonies of #76A8B3
Complementary color
Monochromatic Colors of #76A8B3
Black with #76A8B3
Text Example
Text Example
White with #76A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A8B3; }
p { color: rgb(118,168,179); }
H1.HeaderClassName
{
color: #76A8B3;
}
.AnyTagClassName
{
color: #76A8B3;
}
</style>
background-color css
<style>
a { background-color: #76A8B3; }
a { background-color: rgb(118,168,179); }
div.DivClassName
{
background-color: #76A8B3;
}
.BgClassName
{
background-color: #76A8B3;
}
</style>
border-color css
<style>
span { border-color: #76A8B3; }
span { border-color: rgb(118,168,179); }
td.TdClassName
{
border-color: #76A8B3;
}
.TagClassName
{
border-color: #76A8B3;
}
</style>