Shades of Neptune #80B7B6
Tints of Neptune #80B7B6
RGB
CMYK
RGB Variations
Color information
#80B7B6 (or 0x80B7B6) is known color: Neptune. HEX triplet: 80, B7 and B6. RGB value is (128,183,182). Sum of RGB (Red+Green+Blue) = 128+183+182=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 183 - color contains mainly: green. Hex color #80B7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B7B6 is #7F4849. Grayscale: #A6A6A6. Windows color (decimal): -8341578 or 11974528. OLE color: 11974528.
HSL color Cylindrical-coordinate representation of color #80B7B6: hue angle of 178.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B7B6 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 182 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.28 |
| HSL | 178.91º | 0.28% | 0.61% | - |
| HSV(B) | 178.91º | 0.3% | 0.72% | - |
| XYZ | 34.28 | 41.83 | 50.52 | - |
| YUV | 166.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 182 | 0.30 | 0 | 0.01 | 0.28 | 178.91 | 0.28 | 0.61 |
| Hex | 80 | B7 | B6 | 1E | 0 | 1 | 1C | B3 | 1C | 3D |
| Octal | 200 | 267 | 266 | 36 | 0 | 1 | 34 | 263 | 34 | 75 |
| Binary | 10000000 | 10110111 | 10110110 | 11110 | 0 | 1 | 11100 | 10110011 | 11100 | 111101 |
Color Harmonies of #80B7B6
Complementary color
Monochromatic Colors of #80B7B6
Black with #80B7B6
Text Example
Text Example
White with #80B7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B7B6; }
p { color: rgb(128,183,182); }
H1.HeaderClassName
{
color: #80B7B6;
}
.AnyTagClassName
{
color: #80B7B6;
}
</style>
background-color css
<style>
a { background-color: #80B7B6; }
a { background-color: rgb(128,183,182); }
div.DivClassName
{
background-color: #80B7B6;
}
.BgClassName
{
background-color: #80B7B6;
}
</style>
border-color css
<style>
span { border-color: #80B7B6; }
span { border-color: rgb(128,183,182); }
td.TdClassName
{
border-color: #80B7B6;
}
.TagClassName
{
border-color: #80B7B6;
}
</style>