Shades of Neptune #76B0B3
Tints of Neptune #76B0B3
RGB
CMYK
RGB Variations
Color information
#76B0B3 (or 0x76B0B3) is known color: Neptune. HEX triplet: 76, B0 and B3. RGB value is (118,176,179). Sum of RGB (Red+Green+Blue) = 118+176+179=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #76B0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0B3 is #894F4C. Grayscale: #9E9E9E. Windows color (decimal): -8998733 or 11776118. OLE color: 11776118.
HSL color Cylindrical-coordinate representation of color #76B0B3: hue angle of 182.95º 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 #76B0B3 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 176 | 179 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.30 |
| HSL | 182.95º | 0.29% | 0.58% | - |
| HSV(B) | 182.95º | 0.34% | 0.7% | - |
| XYZ | 31.13 | 38.16 | 48.37 | - |
| YUV | 159 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 179 | 0.34 | 0.02 | 0 | 0.30 | 182.95 | 0.29 | 0.58 |
| Hex | 76 | B0 | B3 | 22 | 2 | 0 | 1E | B7 | 1D | 3A |
| Octal | 166 | 260 | 263 | 42 | 2 | 0 | 36 | 267 | 35 | 72 |
| Binary | 1110110 | 10110000 | 10110011 | 100010 | 10 | 0 | 11110 | 10110111 | 11101 | 111010 |
Color Harmonies of #76B0B3
Complementary color
Monochromatic Colors of #76B0B3
Black with #76B0B3
Text Example
Text Example
White with #76B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B0B3; }
p { color: rgb(118,176,179); }
H1.HeaderClassName
{
color: #76B0B3;
}
.AnyTagClassName
{
color: #76B0B3;
}
</style>
background-color css
<style>
a { background-color: #76B0B3; }
a { background-color: rgb(118,176,179); }
div.DivClassName
{
background-color: #76B0B3;
}
.BgClassName
{
background-color: #76B0B3;
}
</style>
border-color css
<style>
span { border-color: #76B0B3; }
span { border-color: rgb(118,176,179); }
td.TdClassName
{
border-color: #76B0B3;
}
.TagClassName
{
border-color: #76B0B3;
}
</style>