Shades of Neptune #78B1B4
Tints of Neptune #78B1B4
RGB
CMYK
RGB Variations
Color information
#78B1B4 (or 0x78B1B4) is known color: Neptune. HEX triplet: 78, B1 and B4. RGB value is (120,177,180). Sum of RGB (Red+Green+Blue) = 120+177+180=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #78B1B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B1B4 is #874E4B. Grayscale: #A0A0A0. Windows color (decimal): -8867404 or 11841912. OLE color: 11841912.
HSL color Cylindrical-coordinate representation of color #78B1B4: hue angle of 183º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B1B4 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 177 | 180 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.29 |
| HSL | 183º | 0.29% | 0.59% | - |
| HSV(B) | 183º | 0.33% | 0.71% | - |
| XYZ | 31.71 | 38.73 | 48.99 | - |
| YUV | 160.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 177 | 180 | 0.33 | 0.02 | 0 | 0.29 | 183 | 0.29 | 0.59 |
| Hex | 78 | B1 | B4 | 21 | 2 | 0 | 1D | B7 | 1D | 3B |
| Octal | 170 | 261 | 264 | 41 | 2 | 0 | 35 | 267 | 35 | 73 |
| Binary | 1111000 | 10110001 | 10110100 | 100001 | 10 | 0 | 11101 | 10110111 | 11101 | 111011 |
Color Harmonies of #78B1B4
Complementary color
Monochromatic Colors of #78B1B4
Black with #78B1B4
Text Example
Text Example
White with #78B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B1B4; }
p { color: rgb(120,177,180); }
H1.HeaderClassName
{
color: #78B1B4;
}
.AnyTagClassName
{
color: #78B1B4;
}
</style>
background-color css
<style>
a { background-color: #78B1B4; }
a { background-color: rgb(120,177,180); }
div.DivClassName
{
background-color: #78B1B4;
}
.BgClassName
{
background-color: #78B1B4;
}
</style>
border-color css
<style>
span { border-color: #78B1B4; }
span { border-color: rgb(120,177,180); }
td.TdClassName
{
border-color: #78B1B4;
}
.TagClassName
{
border-color: #78B1B4;
}
</style>