Shades of Neptune #7CB0B5
Tints of Neptune #7CB0B5
RGB
CMYK
RGB Variations
Color information
#7CB0B5 (or 0x7CB0B5) is known color: Neptune. HEX triplet: 7C, B0 and B5. RGB value is (124,176,181). Sum of RGB (Red+Green+Blue) = 124+176+181=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #7CB0B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB0B5 is #834F4A. Grayscale: #A0A0A0. Windows color (decimal): -8605515 or 11907196. OLE color: 11907196.
HSL color Cylindrical-coordinate representation of color #7CB0B5: hue angle of 185.26º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB0B5 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 176 | 181 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.29 |
| HSL | 185.26º | 0.28% | 0.6% | - |
| HSV(B) | 185.26º | 0.31% | 0.71% | - |
| XYZ | 32.18 | 38.67 | 49.48 | - |
| YUV | 161.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 181 | 0.31 | 0.03 | 0 | 0.29 | 185.26 | 0.28 | 0.6 |
| Hex | 7C | B0 | B5 | 1F | 3 | 0 | 1D | B9 | 1C | 3C |
| Octal | 174 | 260 | 265 | 37 | 3 | 0 | 35 | 271 | 34 | 74 |
| Binary | 1111100 | 10110000 | 10110101 | 11111 | 11 | 0 | 11101 | 10111001 | 11100 | 111100 |
Color Harmonies of #7CB0B5
Complementary color
Monochromatic Colors of #7CB0B5
Black with #7CB0B5
Text Example
Text Example
White with #7CB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB0B5; }
p { color: rgb(124,176,181); }
H1.HeaderClassName
{
color: #7CB0B5;
}
.AnyTagClassName
{
color: #7CB0B5;
}
</style>
background-color css
<style>
a { background-color: #7CB0B5; }
a { background-color: rgb(124,176,181); }
div.DivClassName
{
background-color: #7CB0B5;
}
.BgClassName
{
background-color: #7CB0B5;
}
</style>
border-color css
<style>
span { border-color: #7CB0B5; }
span { border-color: rgb(124,176,181); }
td.TdClassName
{
border-color: #7CB0B5;
}
.TagClassName
{
border-color: #7CB0B5;
}
</style>