Shades of Neptune #76B2B4
Tints of Neptune #76B2B4
RGB
CMYK
RGB Variations
Color information
#76B2B4 (or 0x76B2B4) is known color: Neptune. HEX triplet: 76, B2 and B4. RGB value is (118,178,180). Sum of RGB (Red+Green+Blue) = 118+178+180=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #76B2B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2B4 is #894D4B. Grayscale: #A0A0A0. Windows color (decimal): -8998220 or 11842166. OLE color: 11842166.
HSL color Cylindrical-coordinate representation of color #76B2B4: hue angle of 181.94º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B2B4 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 178 | 180 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.29 |
| HSL | 181.94º | 0.29% | 0.58% | - |
| HSV(B) | 181.94º | 0.34% | 0.71% | - |
| XYZ | 31.63 | 38.99 | 49.04 | - |
| YUV | 160.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 180 | 0.34 | 0.01 | 0 | 0.29 | 181.94 | 0.29 | 0.58 |
| Hex | 76 | B2 | B4 | 22 | 1 | 0 | 1D | B6 | 1D | 3A |
| Octal | 166 | 262 | 264 | 42 | 1 | 0 | 35 | 266 | 35 | 72 |
| Binary | 1110110 | 10110010 | 10110100 | 100010 | 1 | 0 | 11101 | 10110110 | 11101 | 111010 |
Color Harmonies of #76B2B4
Complementary color
Monochromatic Colors of #76B2B4
Black with #76B2B4
Text Example
Text Example
White with #76B2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B2B4; }
p { color: rgb(118,178,180); }
H1.HeaderClassName
{
color: #76B2B4;
}
.AnyTagClassName
{
color: #76B2B4;
}
</style>
background-color css
<style>
a { background-color: #76B2B4; }
a { background-color: rgb(118,178,180); }
div.DivClassName
{
background-color: #76B2B4;
}
.BgClassName
{
background-color: #76B2B4;
}
</style>
border-color css
<style>
span { border-color: #76B2B4; }
span { border-color: rgb(118,178,180); }
td.TdClassName
{
border-color: #76B2B4;
}
.TagClassName
{
border-color: #76B2B4;
}
</style>