Shades of Neptune #7CB5B4
Tints of Neptune #7CB5B4
RGB
CMYK
RGB Variations
Color information
#7CB5B4 (or 0x7CB5B4) is known color: Neptune. HEX triplet: 7C, B5 and B4. RGB value is (124,181,180). Sum of RGB (Red+Green+Blue) = 124+181+180=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5B4 is #834A4B. Grayscale: #A3A3A3. Windows color (decimal): -8604236 or 11842940. OLE color: 11842940.
HSL color Cylindrical-coordinate representation of color #7CB5B4: hue angle of 178.95º 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 #7CB5B4 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 180 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.29 |
| HSL | 178.95º | 0.28% | 0.6% | - |
| HSV(B) | 178.95º | 0.31% | 0.71% | - |
| XYZ | 33.07 | 40.63 | 49.28 | - |
| YUV | 163.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 180 | 0.31 | 0 | 0.01 | 0.29 | 178.95 | 0.28 | 0.6 |
| Hex | 7C | B5 | B4 | 1F | 0 | 1 | 1D | B3 | 1C | 3C |
| Octal | 174 | 265 | 264 | 37 | 0 | 1 | 35 | 263 | 34 | 74 |
| Binary | 1111100 | 10110101 | 10110100 | 11111 | 0 | 1 | 11101 | 10110011 | 11100 | 111100 |
Color Harmonies of #7CB5B4
Complementary color
Monochromatic Colors of #7CB5B4
Black with #7CB5B4
Text Example
Text Example
White with #7CB5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB5B4; }
p { color: rgb(124,181,180); }
H1.HeaderClassName
{
color: #7CB5B4;
}
.AnyTagClassName
{
color: #7CB5B4;
}
</style>
background-color css
<style>
a { background-color: #7CB5B4; }
a { background-color: rgb(124,181,180); }
div.DivClassName
{
background-color: #7CB5B4;
}
.BgClassName
{
background-color: #7CB5B4;
}
</style>
border-color css
<style>
span { border-color: #7CB5B4; }
span { border-color: rgb(124,181,180); }
td.TdClassName
{
border-color: #7CB5B4;
}
.TagClassName
{
border-color: #7CB5B4;
}
</style>