Shades of Neptune #7CB4B6
Tints of Neptune #7CB4B6
RGB
CMYK
RGB Variations
Color information
#7CB4B6 (or 0x7CB4B6) is known color: Neptune. HEX triplet: 7C, B4 and B6. RGB value is (124,180,182). Sum of RGB (Red+Green+Blue) = 124+180+182=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 182 - color contains mainly: blue. Hex color #7CB4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB4B6 is #834B49. Grayscale: #A3A3A3. Windows color (decimal): -8604490 or 11973756. OLE color: 11973756.
HSL color Cylindrical-coordinate representation of color #7CB4B6: hue angle of 182.07º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB4B6 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 182 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.29 |
| HSL | 182.07º | 0.28% | 0.6% | - |
| HSV(B) | 182.07º | 0.32% | 0.71% | - |
| XYZ | 33.08 | 40.31 | 50.29 | - |
| YUV | 163.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 182 | 0.32 | 0.01 | 0 | 0.29 | 182.07 | 0.28 | 0.6 |
| Hex | 7C | B4 | B6 | 20 | 1 | 0 | 1D | B6 | 1C | 3C |
| Octal | 174 | 264 | 266 | 40 | 1 | 0 | 35 | 266 | 34 | 74 |
| Binary | 1111100 | 10110100 | 10110110 | 100000 | 1 | 0 | 11101 | 10110110 | 11100 | 111100 |
Color Harmonies of #7CB4B6
Complementary color
Monochromatic Colors of #7CB4B6
Black with #7CB4B6
Text Example
Text Example
White with #7CB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB4B6; }
p { color: rgb(124,180,182); }
H1.HeaderClassName
{
color: #7CB4B6;
}
.AnyTagClassName
{
color: #7CB4B6;
}
</style>
background-color css
<style>
a { background-color: #7CB4B6; }
a { background-color: rgb(124,180,182); }
div.DivClassName
{
background-color: #7CB4B6;
}
.BgClassName
{
background-color: #7CB4B6;
}
</style>
border-color css
<style>
span { border-color: #7CB4B6; }
span { border-color: rgb(124,180,182); }
td.TdClassName
{
border-color: #7CB4B6;
}
.TagClassName
{
border-color: #7CB4B6;
}
</style>