Shades of Neptune #78B0B3
Tints of Neptune #78B0B3
RGB
CMYK
RGB Variations
Color information
#78B0B3 (or 0x78B0B3) is known color: Neptune. HEX triplet: 78, B0 and B3. RGB value is (120,176,179). Sum of RGB (Red+Green+Blue) = 120+176+179=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #78B0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B0B3 is #874F4C. Grayscale: #9F9F9F. Windows color (decimal): -8867661 or 11776120. OLE color: 11776120.
HSL color Cylindrical-coordinate representation of color #78B0B3: hue angle of 183.05º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B0B3 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 176 | 179 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.30 |
| HSL | 183.05º | 0.28% | 0.59% | - |
| HSV(B) | 183.05º | 0.33% | 0.7% | - |
| XYZ | 31.41 | 38.3 | 48.38 | - |
| YUV | 159.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 179 | 0.33 | 0.02 | 0 | 0.30 | 183.05 | 0.28 | 0.59 |
| Hex | 78 | B0 | B3 | 21 | 2 | 0 | 1E | B7 | 1C | 3B |
| Octal | 170 | 260 | 263 | 41 | 2 | 0 | 36 | 267 | 34 | 73 |
| Binary | 1111000 | 10110000 | 10110011 | 100001 | 10 | 0 | 11110 | 10110111 | 11100 | 111011 |
Color Harmonies of #78B0B3
Complementary color
Monochromatic Colors of #78B0B3
Black with #78B0B3
Text Example
Text Example
White with #78B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B0B3; }
p { color: rgb(120,176,179); }
H1.HeaderClassName
{
color: #78B0B3;
}
.AnyTagClassName
{
color: #78B0B3;
}
</style>
background-color css
<style>
a { background-color: #78B0B3; }
a { background-color: rgb(120,176,179); }
div.DivClassName
{
background-color: #78B0B3;
}
.BgClassName
{
background-color: #78B0B3;
}
</style>
border-color css
<style>
span { border-color: #78B0B3; }
span { border-color: rgb(120,176,179); }
td.TdClassName
{
border-color: #78B0B3;
}
.TagClassName
{
border-color: #78B0B3;
}
</style>