Shades of Neptune #80B5B4
Tints of Neptune #80B5B4
RGB
CMYK
RGB Variations
Color information
#80B5B4 (or 0x80B5B4) is known color: Neptune. HEX triplet: 80, B5 and B4. RGB value is (128,181,180). Sum of RGB (Red+Green+Blue) = 128+181+180=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 181 - color contains mainly: green. Hex color #80B5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B5B4 is #7F4A4B. Grayscale: #A4A4A4. Windows color (decimal): -8342092 or 11842944. OLE color: 11842944.
HSL color Cylindrical-coordinate representation of color #80B5B4: hue angle of 178.87º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B5B4 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 180 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.29 |
| HSL | 178.87º | 0.26% | 0.61% | - |
| HSV(B) | 178.87º | 0.29% | 0.71% | - |
| XYZ | 33.66 | 40.93 | 49.31 | - |
| YUV | 165.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 180 | 0.29 | 0 | 0.01 | 0.29 | 178.87 | 0.26 | 0.61 |
| Hex | 80 | B5 | B4 | 1D | 0 | 1 | 1D | B3 | 1A | 3D |
| Octal | 200 | 265 | 264 | 35 | 0 | 1 | 35 | 263 | 32 | 75 |
| Binary | 10000000 | 10110101 | 10110100 | 11101 | 0 | 1 | 11101 | 10110011 | 11010 | 111101 |
Color Harmonies of #80B5B4
Complementary color
Monochromatic Colors of #80B5B4
Black with #80B5B4
Text Example
Text Example
White with #80B5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B5B4; }
p { color: rgb(128,181,180); }
H1.HeaderClassName
{
color: #80B5B4;
}
.AnyTagClassName
{
color: #80B5B4;
}
</style>
background-color css
<style>
a { background-color: #80B5B4; }
a { background-color: rgb(128,181,180); }
div.DivClassName
{
background-color: #80B5B4;
}
.BgClassName
{
background-color: #80B5B4;
}
</style>
border-color css
<style>
span { border-color: #80B5B4; }
span { border-color: rgb(128,181,180); }
td.TdClassName
{
border-color: #80B5B4;
}
.TagClassName
{
border-color: #80B5B4;
}
</style>